Ignore:
Timestamp:
Feb 26, 2000, 6:48:23 PM (26 years ago)
Author:
bird
Message:

Win32k library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/lib/libInit.c

    r2823 r2904  
    1 /* $Id: libInit.c,v 1.1 2000-02-18 19:27:31 bird Exp $
     1/* $Id: libInit.c,v 1.2 2000-02-26 17:48:22 bird Exp $
    22 *
    33 * Inits the Win32k library functions.
     
    1313*   Header Files                                                               *
    1414*******************************************************************************/
    15 #define INCL_DOSERROR
     15#define INCL_DOSERRORS
    1616#define INCL_DOSFILEMGR
    1717#define INCL_DOSDEVICES
     
    2727*   Global Variables                                                           *
    2828*******************************************************************************/
    29 static BOOL fInited = FALSE;
    30 HFILE       hWin32k = NULLHANDLE;
     29BOOL    fInited = FALSE;
     30HFILE   hWin32k = NULLHANDLE;
    3131
    3232
Note: See TracChangeset for help on using the changeset viewer.