Changeset 6084 for trunk/src/kernel32/hmsemaphore.h
- Timestamp:
- Jun 23, 2001, 6:59:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmsemaphore.h
r6060 r6084 1 /* $Id: hmsemaphore.h,v 1. 4 2001-06-21 21:07:54sandervl Exp $ */1 /* $Id: hmsemaphore.h,v 1.5 2001-06-23 16:59:28 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include "HMDevice.h" 24 24 #include "HMOpen32.h" 25 26 #ifdef USE_OS2SEMAPHORES 27 typedef struct { 28 LONG currentCount; 29 LONG maximumCount; 30 LONG refCount; 31 ULONG hev; 32 } SEM_INFO, *PSEM_INFO; 33 #endif 25 34 26 35 … … 97 106 98 107 108 DWORD HMSemWaitForMultipleObjects (DWORD cObjects, 109 PHANDLE lphObjects, 110 BOOL fWaitAll, 111 DWORD dwTimeout); 112 113 DWORD HMSemMsgWaitForMultipleObjects (DWORD cObjects, 114 PHANDLE lphObjects, 115 BOOL fWaitAll, 116 DWORD dwTimeout, 117 DWORD dwWakeMask); 118 119 void FixSemName(char *lpszSemaphoreName); 120 99 121 #endif /* _HM_DEVICE_SEMAPHORE_H_ */ 100 122
Note:
See TracChangeset
for help on using the changeset viewer.