Changeset 5224 for trunk/src/win32k/dev32/d32globals.c
- Timestamp:
- Feb 21, 2001, 8:47:59 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32globals.c
r2898 r5224 1 /* $Id: d32globals.c,v 1. 5 2000-02-25 18:15:03bird Exp $1 /* $Id: d32globals.c,v 1.6 2001-02-21 07:44:57 bird Exp $ 2 2 * 3 3 * d32globals - global data (32-bit) … … 22 22 * Global Variables * 23 23 *******************************************************************************/ 24 /* 25 * This is the pointer to the TK(TasK)SS(Stack Segment) FLAT Base address variable. 26 * It is used by the SSToDS macro to convert stack based addresses to FLAT ds 27 * based addressed. 28 */ 24 29 PULONG pulTKSSBase32; 25 30
Note:
See TracChangeset
for help on using the changeset viewer.