| Line |  | 
|---|
| 1 | /* $Id: d16globl.c,v 1.4 2001-01-21 07:54:37 bird Exp $ | 
|---|
| 2 | * | 
|---|
| 3 | * d16globals - global data (16-bit) | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright (c) 1999 knut st. osmundsen | 
|---|
| 6 | * | 
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 8 | * | 
|---|
| 9 | */ | 
|---|
| 10 |  | 
|---|
| 11 | /******************************************************************************* | 
|---|
| 12 | *   Defined Constants                                                          * | 
|---|
| 13 | *******************************************************************************/ | 
|---|
| 14 | #define INCL_NOPMAPI | 
|---|
| 15 |  | 
|---|
| 16 | /******************************************************************************* | 
|---|
| 17 | *   Header Files                                                               * | 
|---|
| 18 | *******************************************************************************/ | 
|---|
| 19 | #include <os2.h> | 
|---|
| 20 | #include "devSegDf.h" | 
|---|
| 21 | #include "options.h" | 
|---|
| 22 | #include "log.h" | 
|---|
| 23 |  | 
|---|
| 24 |  | 
|---|
| 25 | /******************************************************************************* | 
|---|
| 26 | *   Global Variables                                                           * | 
|---|
| 27 | *******************************************************************************/ | 
|---|
| 28 |  | 
|---|
| 29 | /* Note: All global variables must be initialized!  * | 
|---|
| 30 | *       Uninitialized variables ends up in DATA32. */ | 
|---|
| 31 | PFN         Device_Help = NULL; | 
|---|
| 32 | ULONG       TKSSBase16  = 0; | 
|---|
| 33 | USHORT      R0FlatCS16  = 0; | 
|---|
| 34 | USHORT      R0FlatDS16  = 0; | 
|---|
| 35 | BOOL        fInitTime   = TRUE; | 
|---|
| 36 | struct options | 
|---|
| 37 | DATA16_GLOBAL options = DEFAULT_OPTION_ASSIGMENTS; | 
|---|
| 38 |  | 
|---|
| 39 | CHAR        szBuildDate[] = {__DATE__}; | 
|---|
| 40 | CHAR        szBuildTime[] = {__TIME__}; | 
|---|
| 41 | CHAR        szWin32kIni[160] = {"\win32k.ini"}; | 
|---|
| 42 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.