Changeset 4010 for branches/GRACE/src/win32k/include/test.h
- Timestamp:
- Aug 14, 2000, 10:57:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/test.h
r3829 r4010 1 /* $Id: test.h,v 1.1 2000-07-16 22:17:13bird Exp $1 /* $Id: test.h,v 1.1.4.1 2000-08-14 08:57:07 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 113 113 114 114 #ifdef INCL_16 115 extern USHORT usFakeVerMajor;/* define in probkrnl.c */116 extern USHORT usFakeVerMinor;/* define in probkrnl.c */115 extern USHORT usFakeVerMajor; /* define in probkrnl.c */ 116 extern USHORT usFakeVerMinor; /* define in probkrnl.c */ 117 117 #else 118 extern USHORT _usFakeVerMajor;119 extern USHORT _usFakeVerMinor;118 extern USHORT _usFakeVerMajor; 119 extern USHORT _usFakeVerMinor; 120 120 #endif 121 121 122 extern const char *pszInternalRevision; /* defined in win32ktst.c */ 122 #ifdef _OS2Krnl_h_ 123 extern int cObjectsFake; /* defined in win32ktst.c */ 124 extern OTE aKrnlOTE[24]; /* defined in win32ktst.c */ 125 #endif 123 126 124 127 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.