- Timestamp:
- Jul 18, 2002, 10:26:28 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/critsect.cpp
r8218 r8890 1 /* $Id: critsect.cpp,v 1. 2 2002-04-08 11:25:22sandervl Exp $ */1 /* $Id: critsect.cpp,v 1.3 2002-07-18 20:26:28 sandervl Exp $ */ 2 2 /* 3 3 * Critical sections … … 74 74 crit->OwningThread = 0; 75 75 76 rc = DosCreateMutexSem(pszSemName, &crit->hmtxLock, (pszSemName) ? DC_SEM_SHARED : 0, FALSE);76 rc = DosCreateMutexSem(pszSemName, &crit->hmtxLock, (pszSemName) ? DC_SEM_SHARED : 0, TRUE); 77 77 if(rc != NO_ERROR) { 78 78 DebugInt3();
Note:
See TracChangeset
for help on using the changeset viewer.