Changeset 142 for trunk/src/helpers/semaphores.c
- Timestamp:
- Feb 21, 2002, 8:24:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/semaphores.c
r113 r142 171 171 */ 172 172 173 APIRET LockGlobal(VOID)173 static APIRET LockGlobal(VOID) 174 174 { 175 175 if (!G_hmtxGlobal) … … 188 188 */ 189 189 190 VOID UnlockGlobal(VOID)190 static VOID UnlockGlobal(VOID) 191 191 { 192 192 DosReleaseMutexSem(G_hmtxGlobal);
Note:
See TracChangeset
for help on using the changeset viewer.