- Timestamp:
- Feb 21, 2000, 4:59:21 PM (26 years ago)
- Location:
- trunk/src/win32k
- Files:
-
- 3 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 -
trunk/src/win32k/include/options.h
r2848 r2849 1 /* $Id: options.h,v 1. 8 2000-02-21 14:53:39bird Exp $1 /* $Id: options.h,v 1.9 2000-02-21 15:59:21 bird Exp $ 2 2 * 3 3 * Options. … … 98 98 }; 99 99 100 101 100 /******************************************************************************* 102 101 * Global Variables * -
trunk/src/win32k/ldr/mytkExecPgm.asm
r2848 r2849 1 ; $Id: mytkExecPgm.asm,v 1. 7 2000-02-21 14:53:39bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.8 2000-02-21 15:59:21 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload … … 89 89 90 90 ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING 91 int 392 91 push ebp 93 92 mov ebp, esp … … 319 318 320 319 ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING 321 int 3322 320 push ebp 323 321 mov ebp, esp
Note:
See TracChangeset
for help on using the changeset viewer.