- Timestamp:
- Jan 20, 2001, 12:04:26 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/aspilib.cpp
r4801 r4977 1 /* $Id: aspilib.cpp,v 1. 6 2000-12-16 15:42:41sandervl Exp $ */1 /* $Id: aspilib.cpp,v 1.7 2001-01-19 23:04:26 sandervl Exp $ */ 2 2 /* 3 3 * ASPI Router Library … … 209 209 210 210 rc = DosCreateMutexSem(WNASPI32_MUTEX_NAME, (HMTX*)&hmtxDriver, 211 0, TRUE);211 0, FALSE); 212 212 if(rc == ERROR_DUPLICATE_NAME) { 213 213 rc = DosOpenMutexSem(WNASPI32_MUTEX_NAME, (HMTX*)&hmtxDriver);
Note:
See TracChangeset
for help on using the changeset viewer.