Changeset 1555 for trunk/dll/init.c


Ignore:
Timestamp:
Nov 21, 2010, 8:02:03 PM (15 years ago)
Author:
Gregg Young
Message:

Minor cleanup of the scanning code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1554 r1555  
    11111111    Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
    11121112              PCSZ_DOSCREATEMUTEXSEM);
    1113   if (DosCreateMutexSem(NULL, &hmtxScanning, 0L, FALSE))
     1113  if (DosCreateMutexSem(NULL, &hmtxScanning, 0L, TRUE))
    11141114    Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
    11151115              PCSZ_DOSCREATEMUTEXSEM);
Note: See TracChangeset for help on using the changeset viewer.