Changeset 4046 for branches/GRACE/src/win32k/include
- Timestamp:
- Aug 19, 2000, 4:37:21 PM (25 years ago)
- Location:
- branches/GRACE/src/win32k/include
- Files:
-
- 4 edited
-
LdrCalls.h (modified) (2 diffs)
-
ldr.h (modified) (2 diffs)
-
probkrnl.h (modified) (2 diffs)
-
test.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/LdrCalls.h
r4017 r4046 1 /* $Id: LdrCalls.h,v 1.3.4. 2 2000-08-15 06:16:04bird Exp $1 /* $Id: LdrCalls.h,v 1.3.4.3 2000-08-19 14:37:09 bird Exp $ 2 2 * 3 3 * Prototypes for the loader overrided function. … … 176 176 177 177 /** 178 * LDR GetSem - Requests the loader semaphore..178 * LDRRequestSem - Requests the loader semaphore.. 179 179 * @returns NO_ERROR if succesfully. 180 180 * OS2 errorcode on failure. (ERROR_INTERRUPT?) 181 181 */ 182 #define LDR GetSem() KSEMRequestMutex((HKMTX)pLdrSem, (ULONG)-1)182 #define LDRRequestSem() KSEMRequestMutex((HKMTX)pLdrSem, (ULONG)-1) 183 183 184 184 -
branches/GRACE/src/win32k/include/ldr.h
r3987 r4046 1 /* $Id: ldr.h,v 1.5.4. 2 2000-08-11 02:26:06bird Exp $1 /* $Id: ldr.h,v 1.5.4.3 2000-08-19 14:37:07 bird Exp $ 2 2 * 3 3 * ldr - Our loader "subsystem" public header file. … … 218 218 #define CCHFILENAME 261 /* This is defined in mytkExecPgm.asm too. */ 219 219 #define CCHARGUMENTS 1536 /* This is defined in mytkExecPgm.asm too. */ 220 extern char fLdrSemTaken; 220 221 extern const char fTkExecPgm; 221 222 extern char achTkExecPgmFilename[CCHFILENAME]; -
branches/GRACE/src/win32k/include/probkrnl.h
r4018 r4046 1 /* $Id: probkrnl.h,v 1.13.4. 3 2000-08-15 07:03:25bird Exp $1 /* $Id: probkrnl.h,v 1.13.4.4 2000-08-19 14:37:10 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 16 16 * Defined Constants And Macros * 17 17 *******************************************************************************/ 18 #define NBR_OF_KRNLIMPORTS 3 1/* When this is changed make sure to */18 #define NBR_OF_KRNLIMPORTS 32 /* When this is changed make sure to */ 19 19 /* update the arrays in d32init.c and */ 20 20 /* probkrnl.c */ -
branches/GRACE/src/win32k/include/test.h
r4025 r4046 1 /* $Id: test.h,v 1.1.4. 2 2000-08-17 08:23:33bird Exp $1 /* $Id: test.h,v 1.1.4.3 2000-08-19 14:37:11 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 96 96 ULONG LDRCALL fakeLDRClearSem(void); 97 97 ULONG KRNLCALL fakeKSEMRequestMutex(HKMTX hkmtx, ULONG ulTimeout); 98 ULONG KRNLCALL fakeKSEMReleaseMutex(HKMTX hkmtx); 98 99 extern HKMTX fakeLDRSem; 99 100 ULONG KRNLCALL fakeTKFuBuff(PVOID pv, PVOID pvUsr, ULONG cb, ULONG fl);
Note:
See TracChangeset
for help on using the changeset viewer.
