Changeset 2849 for trunk/src/win32k/dev32
- Timestamp:
- Feb 21, 2000, 4:59:21 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32globals.c
r1678 r2849 1 /* $Id: d32globals.c,v 1. 3 1999-11-10 01:45:30 bird Exp $1 /* $Id: d32globals.c,v 1.4 2000-02-21 15:59:20 bird Exp $ 2 2 * 3 3 * d32globals - global data (32-bit) … … 24 24 *******************************************************************************/ 25 25 PULONG pulTKSSBase32; 26 struct options options; 26 #ifdef DEBUG 27 char szStartOfOptions[] = "START-OF-OPTIONS"; 28 #endif 29 struct options options = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; 30 #ifdef DEBUG 31 char szEndOfOptions[] = "END-OF-OPTIONS"; 32 #endif 27 33
Note:
See TracChangeset
for help on using the changeset viewer.