Changeset 9507 for trunk/src/win32k/kKrnlLib/include/options.h
- Timestamp:
- Dec 16, 2002, 2:37:07 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/options.h
r8188 r9507 1 /* $Id: options.h,v 1. 3 2002-04-01 13:51:16bird Exp $1 /* $Id: options.h,v 1.4 2002-12-16 01:37:07 bird Exp $ 2 2 * 3 3 * Options. … … 70 70 *******************************************************************************/ 71 71 /* NOINC */ 72 extern struct kKLOptions DATA16_GLOBAL options; /* defined in d16Globl.c */ 73 extern USHORT DATA16_GLOBAL usVerMajor; 74 extern USHORT DATA16_GLOBAL usVerMinor; 72 extern struct kKLOptions options; /* defined in d16Globl.c */ 73 extern USHORT usVerMajor; 74 extern USHORT usVerMinor; 75 extern char szSymbolFile[128]; 75 76 76 77 #ifdef RING0 … … 79 80 #pragma map(usVerMajor, "_usVerMajor") 80 81 #pragma map(usVerMinor, "_usVerMinor") 82 #pragma map(szSymbolFile, "_szSymbolFile") 81 83 #endif 82 84 #endif
Note:
See TracChangeset
for help on using the changeset viewer.