Changeset 4017 for branches/GRACE/src/win32k/include
- Timestamp:
- Aug 15, 2000, 8:16:09 AM (25 years ago)
- Location:
- branches/GRACE/src/win32k/include
- Files:
-
- 2 edited
-
LdrCalls.h (modified) (2 diffs)
-
options.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/LdrCalls.h
r3834 r4017 1 /* $Id: LdrCalls.h,v 1.3.4. 1 2000-07-16 22:43:30bird Exp $1 /* $Id: LdrCalls.h,v 1.3.4.2 2000-08-15 06:16:04 bird Exp $ 2 2 * 3 3 * Prototypes for the loader overrided function. … … 180 180 * OS2 errorcode on failure. (ERROR_INTERRUPT?) 181 181 */ 182 #define LDRGetSem() KSEMRequestMutex( *pLdrSem, (ULONG)-1)182 #define LDRGetSem() KSEMRequestMutex((HKMTX)pLdrSem, (ULONG)-1) 183 183 184 184 -
branches/GRACE/src/win32k/include/options.h
r3834 r4017 1 /* $Id: options.h,v 1.10.4. 1 2000-07-16 22:43:32bird Exp $1 /* $Id: options.h,v 1.10.4.2 2000-08-15 06:16:04 bird Exp $ 2 2 * 3 3 * Options. … … 47 47 {FALSE, /* fQuiet */ \ 48 48 OUTPUT_COM2, /* usCom */ \ 49 FALSE,/* fLogging */ \49 TRUE, /* fLogging */ \ 50 50 KF_UNI, /* fKernel */ \ 51 51 ~0UL, /* ulBuild */ \
Note:
See TracChangeset
for help on using the changeset viewer.
