Changeset 6841 for branches/splittup/src/win32k/dev16/d16globl.c
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/dev16/d16globl.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/dev16/d16globl.c
r5000 r6841 1 /* $Id: d16globl.c,v 1.4 2001-01-21 07:54:37bird Exp $1 /* $Id: d16globl.c,v 1.4.2.1 2001-09-27 03:08:10 bird Exp $ 2 2 * 3 3 * d16globals - global data (16-bit) 4 4 * 5 * Copyright (c) 1999 knut st. osmundsen5 * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 20 20 #include "devSegDf.h" 21 21 #include "options.h" 22 #include "log.h"23 22 24 23 … … 30 29 * Uninitialized variables ends up in DATA32. */ 31 30 PFN Device_Help = NULL; 32 ULONG TKSSBase16 = 0;33 USHORT R0FlatCS16 = 0;34 USHORT R0FlatDS16 = 0;35 31 BOOL fInitTime = TRUE; 36 struct options32 struct Win32kOptions 37 33 DATA16_GLOBAL options = DEFAULT_OPTION_ASSIGMENTS; 38 34 39 35 CHAR szBuildDate[] = {__DATE__}; 40 36 CHAR szBuildTime[] = {__TIME__}; 41 CHAR szWin32kIni[160] = {"\win32k.ini"};42 37
Note:
See TracChangeset
for help on using the changeset viewer.
