Changeset 6701 for trunk/src/win32k/kKrnlLib/include/dev32.h
- Timestamp:
- Sep 14, 2001, 3:55:10 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/dev32.h
r6696 r6701 1 /* $Id: dev32.h,v 1. 1 2001-09-11 01:27:27bird Exp $1 /* $Id: dev32.h,v 1.2 2001-09-14 01:50:16 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 79 79 * Global variables 80 80 */ 81 #ifndef SSToDS 81 82 extern PULONG pulTKSSBase32; 82 83 extern USHORT CallGateGDT; … … 102 103 #define SSToDS(a) ((PVOID)(a)) 103 104 #endif 105 106 #endif /* SSToDS */ 104 107 105 108 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.