- Timestamp:
- Nov 19, 2001, 4:04:52 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/OS2KSEM.h
r7047 r7383 1 /* $Id: OS2KSEM.h,v 1. 3 2001-10-14 22:50:21bird Exp $1 /* $Id: OS2KSEM.h,v 1.4 2001-11-19 03:04:52 bird Exp $ 2 2 * 3 3 * OS/2 kernel Semaphore functions. … … 41 41 /* (This is according to SG24-4640-00.) */ 42 42 43 typedef struct_KSEMSHR43 typedef union _KSEMSHR 44 44 { 45 45 /** … … 109 109 110 110 111 typedef struct_KSEMEVT111 typedef union _KSEMEVT 112 112 { 113 113 /**
Note:
See TracChangeset
for help on using the changeset viewer.