- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- 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:38bird Exp $1 /* $Id: k32HandleSystemEvent.cpp,v 1.1.2.1 2001-09-27 03:08:22 bird Exp $ 2 2 * 3 3 * k32HandleSystemEvent - Override system events like Ctrl-Alt-Delete … … 19 19 #define INCL_OS2KRNL_TK 20 20 #define INCL_OS2KRNL_SEM 21 22 21 #define NO_WIN32K_LIB_FUNCTIONS 22 #define INCL_KKL_LOG 23 23 24 24 /******************************************************************************* … … 26 26 *******************************************************************************/ 27 27 #include <os2.h> 28 #include <OS2Krnl.h> 29 #include <kKrnlLib.h> 30 28 31 #include "devSegDf.h" /* Win32k segment definitions. */ 29 #include "OS2Krnl.h"30 32 #include "win32k.h" 31 33 #include "k32.h" 32 34 #include "options.h" 33 35 #include "dev32.h" 34 #include "log.h"35 36 36 37
Note:
See TracChangeset
for help on using the changeset viewer.
