Ignore:
Timestamp:
Aug 29, 2000, 12:44:25 AM (25 years ago)
Author:
bird
Message:

New import (ptda_ptdasem).
Found and corrected problem with deadlock in myLDRQAppType. (Had to
take the intra-process semaphore (ptda_ptdasem) first.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/ldr/myldrOpen.cpp

    r4103 r4108  
    1 /* $Id: myldrOpen.cpp,v 1.10.4.7 2000-08-28 11:31:45 bird Exp $
     1/* $Id: myldrOpen.cpp,v 1.10.4.8 2000-08-28 22:44:24 bird Exp $
    22 *
    33 * myldrOpen - ldrOpen.
     
    583583            && isLdrStateLoadingEXE()
    584584            && (isLdrStateQAppType() || isLdrStateExecPgm())
    585             && (stricmp(psz2, ".RX") == 0 || stricmp(psz2, ".REX"))
     585            && (stricmp(psz2, ".RX") == 0 || stricmp(psz2, ".REX") == 0)
    586586            )
    587587        {
Note: See TracChangeset for help on using the changeset viewer.