Changeset 10543 for trunk/src/kernel32/mmap.cpp
- Timestamp:
- Mar 18, 2004, 2:13:50 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/mmap.cpp
r10542 r10543 1 /* $Id: mmap.cpp,v 1. 69 2004-03-18 13:11:04sandervl Exp $ */1 /* $Id: mmap.cpp,v 1.70 2004-03-18 13:13:50 sandervl Exp $ */ 2 2 3 3 /* … … 64 64 if(globalmapcritsect.hevLock == 0) { 65 65 dprintf(("InitializeMemMaps -> create shared critical section")); 66 DosInitializeCriticalSection(&globalmapcritsect, pszMMapSemName);67 66 } 68 67 else { 69 68 dprintf(("InitializeMemMaps -> access shared critical section")); 70 DosAccessCriticalSection(&globalmapcritsect, pszMMapSemName);71 }69 } 70 DosAccessCriticalSection(&globalmapcritsect, pszMMapSemName); 72 71 } 73 72 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.