- Timestamp:
- Jul 30, 2002, 5:34:52 PM (23 years ago)
- Location:
- trunk/src/wsock32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncthread.h
r7992 r8939 1 /* $Id: asyncthread.h,v 1.1 2 2002-02-23 16:39:09 sandervlExp $ */1 /* $Id: asyncthread.h,v 1.13 2002-07-30 15:34:51 achimha Exp $ */ 2 2 3 3 /* … … 12 12 13 13 #include <vmutex.h> 14 #include <vsemaphore.h>14 #include "vsemaphore.h" 15 15 16 16 #define ASYNCCNV _Optlink -
trunk/src/wsock32/vsemaphore.cpp
r8903 r8939 1 /* $Id: vsemaphore.cpp,v 1. 1 2002-07-22 09:53:47 sandervlExp $ */1 /* $Id: vsemaphore.cpp,v 1.2 2002-07-30 15:34:52 achimha Exp $ */ 2 2 3 3 /* … … 19 19 #define INCL_DOSERRORS 20 20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 #include <VSemaphore.h>21 #include "vsemaphore.h" 22 22 #include <win32type.h> 23 23 #include <misc.h>
Note:
See TracChangeset
for help on using the changeset viewer.