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/k32/k32HandleSystemEvent.cpp

    r5169 r6841  
    1 /* $Id: k32HandleSystemEvent.cpp,v 1.1 2001-02-18 15:26:38 bird Exp $
     1/* $Id: k32HandleSystemEvent.cpp,v 1.1.2.1 2001-09-27 03:08:22 bird Exp $
    22 *
    33 * k32HandleSystemEvent - Override system events like Ctrl-Alt-Delete
     
    1919#define INCL_OS2KRNL_TK
    2020#define INCL_OS2KRNL_SEM
    21 
    2221#define NO_WIN32K_LIB_FUNCTIONS
     22#define INCL_KKL_LOG
    2323
    2424/*******************************************************************************
     
    2626*******************************************************************************/
    2727#include <os2.h>
     28#include <OS2Krnl.h>
     29#include <kKrnlLib.h>
     30
    2831#include "devSegDf.h"                   /* Win32k segment definitions. */
    29 #include "OS2Krnl.h"
    3032#include "win32k.h"
    3133#include "k32.h"
    3234#include "options.h"
    3335#include "dev32.h"
    34 #include "log.h"
    3536
    3637
Note: See TracChangeset for help on using the changeset viewer.