Changeset 4108 for branches/GRACE/src/win32k/include
- Timestamp:
- Aug 29, 2000, 12:44:25 AM (25 years ago)
- Location:
- branches/GRACE/src/win32k/include
- Files:
-
- 4 edited
-
OS2KPTDA.h (modified) (2 diffs)
-
OS2KSEM.h (modified) (2 diffs)
-
probkrnl.h (modified) (2 diffs)
-
test.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/OS2KPTDA.h
r4018 r4108 1 /* $Id: OS2KPTDA.h,v 1.1.2. 1 2000-08-15 07:03:25bird Exp $1 /* $Id: OS2KPTDA.h,v 1.1.2.2 2000-08-28 22:44:22 bird Exp $ 2 2 * 3 3 * PTDA access functions. … … 54 54 55 55 56 USHORT ptdaGet_ptda_environ(PPTDA pPTDA); 57 USHORT ptdaGet_ptda_module(PPTDA pPTDA); 56 USHORT ptdaGet_ptda_environ(PPTDA pPTDA); 57 USHORT ptdaGet_ptda_module(PPTDA pPTDA); 58 HKSEMMTX ptda_ptda_ptdasem(PPTDA pPTDA); 58 59 59 60 #ifdef __cplusplus -
branches/GRACE/src/win32k/include/OS2KSEM.h
r4073 r4108 1 /* $Id: OS2KSEM.h,v 1.1.2. 2 2000-08-23 04:25:44bird Exp $1 /* $Id: OS2KSEM.h,v 1.1.2.3 2000-08-28 22:44:22 bird Exp $ 2 2 * 3 3 * OS/2 kernel Semaphore functions. … … 16 16 * Defined Constants And Macros * 17 17 *******************************************************************************/ 18 #define KSEM_INDEFINITE_WAIT -1 L19 #define KSEM_IMMEDIATE_RETURN 0 L18 #define KSEM_INDEFINITE_WAIT -1UL 19 #define KSEM_IMMEDIATE_RETURN 0UL 20 20 21 21 /* -
branches/GRACE/src/win32k/include/probkrnl.h
r4068 r4108 1 /* $Id: probkrnl.h,v 1.13.4. 7 2000-08-22 03:00:20bird Exp $1 /* $Id: probkrnl.h,v 1.13.4.8 2000-08-28 22:44:23 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 16 16 * Defined Constants And Macros * 17 17 *******************************************************************************/ 18 #define NBR_OF_KRNLIMPORTS 4 0/* When this is changed make sure to */18 #define NBR_OF_KRNLIMPORTS 41 /* When this is changed make sure to */ 19 19 /* update the arrays in d32init.c and */ 20 /* probkrnl.c */ 20 /* probkrnl.c, make test faker in */ 21 /* test.h and the appropriate fake.c */ 22 /* fakea.asm. */ 21 23 #define MAX_LENGTH_NAME 32 /* Max length for the function. */ 22 24 -
branches/GRACE/src/win32k/include/test.h
r4070 r4108 1 /* $Id: test.h,v 1.1.4. 6 2000-08-23 04:14:58bird Exp $1 /* $Id: test.h,v 1.1.4.7 2000-08-28 22:44:23 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 117 117 extern char fakeptda_start; 118 118 extern USHORT fakeptda_environ; 119 extern KSEMMTX fakeptda_ptdasem; 119 120 extern HMTE fakeptda_module; 120 121 extern PSZ fakeldrpFileNameBuf;
Note:
See TracChangeset
for help on using the changeset viewer.
