Ignore:
Timestamp:
Sep 27, 2001, 5:08:35 AM (24 years ago)
Author:
bird
Message:

Win32k/kKrnlLib splittup: done the major stuff.

File:
1 edited

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:37 bird Exp $
     1/* $Id: d16globl.c,v 1.4.2.1 2001-09-27 03:08:10 bird Exp $
    22 *
    33 * d16globals - global data (16-bit)
    44 *
    5  * Copyright (c) 1999 knut st. osmundsen
     5 * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    2020#include "devSegDf.h"
    2121#include "options.h"
    22 #include "log.h"
    2322
    2423
     
    3029 *       Uninitialized variables ends up in DATA32. */
    3130PFN         Device_Help = NULL;
    32 ULONG       TKSSBase16  = 0;
    33 USHORT      R0FlatCS16  = 0;
    34 USHORT      R0FlatDS16  = 0;
    3531BOOL        fInitTime   = TRUE;
    36 struct options
     32struct Win32kOptions
    3733            DATA16_GLOBAL options = DEFAULT_OPTION_ASSIGMENTS;
    3834
    3935CHAR        szBuildDate[] = {__DATE__};
    4036CHAR        szBuildTime[] = {__TIME__};
    41 CHAR        szWin32kIni[160] = {"\win32k.ini"};
    4237
Note: See TracChangeset for help on using the changeset viewer.