Changeset 8218
- Timestamp:
 - Apr 8, 2002, 1:25:22 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/odincrt/critsect.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/odincrt/critsect.cpp
r8201 r8218 1 /* $Id: critsect.cpp,v 1. 1 2002-04-07 14:35:24sandervl Exp $ */1 /* $Id: critsect.cpp,v 1.2 2002-04-08 11:25:22 sandervl Exp $ */ 2 2 /* 3 3 * Critical sections … … 74 74 crit->OwningThread = 0; 75 75 76 rc = DosCreateMutexSem(pszSemName, &crit->hmtxLock, DC_SEM_SHARED, FALSE);76 rc = DosCreateMutexSem(pszSemName, &crit->hmtxLock, (pszSemName) ? DC_SEM_SHARED : 0, FALSE); 77 77 if(rc != NO_ERROR) { 78 78 DebugInt3();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  