Changeset 6841 for branches/splittup/src/win32k/ldr/myldrClose.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/ldr/myldrClose.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/ldr/myldrClose.cpp
r5086 r6841 1 /* $Id: myldrClose.cpp,v 1.7 2001-02-10 11:11:46 bird Exp $1 /* $Id: myldrClose.cpp,v 1.7.2.1 2001-09-27 03:08:26 bird Exp $ 2 2 * 3 3 * myldrClose - ldrClose 4 4 * 5 * Copyright (c) 1998- 1999 knut st. osmundsen5 * Copyright (c) 1998-2001 knut st. osmundsen (kosmunds@csc.com) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 15 15 #define INCL_NOPMAPI 16 16 #define INCL_OS2KRNL_LDR 17 #define INCL_KKL_LOG 18 #define INCL_KKL_AVL 17 19 18 20 /******************************************************************************* … … 20 22 *******************************************************************************/ 21 23 #include <os2.h> 24 #include <peexe.h> 25 #include <exe386.h> 26 #include <OS2Krnl.h> 27 #include <kKrnlLib.h> 22 28 23 29 #include <memory.h> … … 25 31 26 32 #include "devSegDf.h" /* Win32k segment definitions. */ 27 #include "log.h"28 #include "avl.h"29 #include <peexe.h>30 #include <exe386.h>31 #include "OS2Krnl.h"32 33 #include "ldr.h" 33 34 #include "ModuleBase.h"
Note:
See TracChangeset
for help on using the changeset viewer.
