Changeset 1816 in vbox for trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp
- Timestamp:
- Mar 29, 2007 6:59:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp
r1191 r1816 41 41 #include <iprt/err.h> 42 42 43 #include "internal/magics.h" 44 43 45 44 46 /******************************************************************************* … … 61 63 SpinLock_t Spinlock; 62 64 } RTSEMEVENTINTERNAL, *PRTSEMEVENTINTERNAL; 63 64 /** Magic for the OS/2 event semaphore structure. (Neil Gaiman) */65 #define RTSEMEVENT_MAGIC 0x1960111066 65 67 66
Note:
See TracChangeset
for help on using the changeset viewer.