Changeset 5086 for trunk/src/win32k/ldr
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- Location:
- trunk/src/win32k/ldr
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/ModuleBase.cpp
r4787 r5086 1 /* $Id: ModuleBase.cpp,v 1. 6 2000-12-11 06:53:53bird Exp $1 /* $Id: ModuleBase.cpp,v 1.7 2001-02-10 11:11:44 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. … … 18 18 #define INCL_DOSFILEMGR /* RING3: DOS File api. */ 19 19 #endif 20 #define INCL_OS2KRNL_LDR 20 21 21 22 … … 34 35 #include "dev32.h" /* 32-Bit part of the device driver. (SSToDS) */ 35 36 #include "OS2Krnl.h" /* kernel structs. (SFN) */ 36 #include "ldrCalls.h" /* ldrOpenPath and ldrlv_t. */37 37 #include "modulebase.h" /* ModuleBase class definitions, ++. */ 38 38 -
trunk/src/win32k/ldr/ldr.cpp
r4785 r5086 1 /* $Id: ldr.cpp,v 1. 9 2000-12-11 06:44:34bird Exp $1 /* $Id: ldr.cpp,v 1.10 2001-02-10 11:11:45 bird Exp $ 2 2 * 3 3 * ldr.cpp - Loader helpers. … … 16 16 #define INCL_OS2KRNL_SEM 17 17 #define INCL_OS2KRNL_PTDA 18 #define INCL_OS2KRNL_LDR 18 19 19 20 /******************************************************************************* … … 36 37 #include "OS2Krnl.h" 37 38 #include "ldr.h" 38 #include "ldrCalls.h"39 39 #include "ModuleBase.h" 40 40 #include "pe2lx.h" -
trunk/src/win32k/ldr/myLDRGetProcAddr.cpp
r4827 r5086 1 /* $Id: myLDRGetProcAddr.cpp,v 1. 1 2000-12-17 22:44:46bird Exp $1 /* $Id: myLDRGetProcAddr.cpp,v 1.2 2001-02-10 11:11:45 bird Exp $ 2 2 * 3 3 * LDRGetProcAddr - Get an entry point to a module. … … 16 16 #define INCL_NOPMAPI 17 17 #define INCL_OS2KRNL_PTDA 18 #define INCL_OS2KRNL_LDR 18 19 19 20 /******************************************************************************* … … 34 35 #include "dev32.h" 35 36 #include "ldr.h" 36 #include "ldrCalls.h"37 37 #include "options.h" 38 38 -
trunk/src/win32k/ldr/myLDRQAppType.cpp
r4164 r5086 1 /* $Id: myLDRQAppType.cpp,v 1. 4 2000-09-02 21:08:07bird Exp $1 /* $Id: myLDRQAppType.cpp,v 1.5 2001-02-10 11:11:45 bird Exp $ 2 2 * 3 3 * _myLDRQAppType - _LDRQAppType overload. … … 17 17 #define INCL_OS2KRNL_PTDA 18 18 #define INCL_OS2KRNL_SEM 19 #define INCL_OS2KRNL_LDR 19 20 20 21 /******************************************************************************* … … 27 28 #include "avl.h" 28 29 #include "ldr.h" 29 #include "ldrCalls.h"30 30 #include "log.h" 31 31 -
trunk/src/win32k/ldr/myVMAllocMem.cpp
r4787 r5086 1 /* $Id: myVMAllocMem.cpp,v 1. 2 2000-12-11 06:53:53bird Exp $1 /* $Id: myVMAllocMem.cpp,v 1.3 2001-02-10 11:11:45 bird Exp $ 2 2 * 3 3 * Debug module - overloads VMAllocMem to analyse input parameters.... … … 14 14 #define INCL_DOSERRORS 15 15 #define INCL_NOPMAPI 16 #define INCL_OS2KRNL_LDR 16 17 17 18 /******************************************************************************* … … 24 25 #include "avl.h" 25 26 #include "ldr.h" 26 #include "ldrCalls.h"27 27 28 28 -
trunk/src/win32k/ldr/myldrCheckInternalName.cpp
r4879 r5086 1 /* $Id: myldrCheckInternalName.cpp,v 1. 2 2001-01-08 18:04:23bird Exp $1 /* $Id: myldrCheckInternalName.cpp,v 1.3 2001-02-10 11:11:45 bird Exp $ 2 2 * 3 3 * ldrCheckInternalName - ldrCheckInternalName replacement with support for … … 16 16 #define INCL_DOSERRORS 17 17 #define INCL_NOPMAPI 18 #define INCL_OS2KRNL_LDR 18 19 19 20 … … 35 36 #include "dev32.h" 36 37 #include "ldr.h" 37 #include "ldrCalls.h"38 38 #include "options.h" 39 39 -
trunk/src/win32k/ldr/myldrClose.cpp
r4164 r5086 1 /* $Id: myldrClose.cpp,v 1. 6 2000-09-02 21:08:07bird Exp $1 /* $Id: myldrClose.cpp,v 1.7 2001-02-10 11:11:46 bird Exp $ 2 2 * 3 3 * myldrClose - ldrClose … … 14 14 #define INCL_DOSERRORS 15 15 #define INCL_NOPMAPI 16 #define INCL_OS2KRNL_LDR 16 17 17 18 /******************************************************************************* … … 30 31 #include "OS2Krnl.h" 31 32 #include "ldr.h" 32 #include "ldrCalls.h"33 33 #include "ModuleBase.h" 34 34 #include "Pe2Lx.h" -
trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
r4787 r5086 1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1. 4 2000-12-11 06:53:53bird Exp $1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $ 2 2 * 3 3 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs … … 14 14 #define INCL_DOSERRORS 15 15 #define INCL_NOPMAPI 16 #define INCL_OS2KRNL_LDR 16 17 17 18 … … 31 32 #include "OS2Krnl.h" 32 33 #include "ldr.h" 33 #include "ldrCalls.h"34 34 #include "ModuleBase.h" 35 35 -
trunk/src/win32k/ldr/myldrFindModule.cpp
r4779 r5086 1 /* $Id: myldrFindModule.cpp,v 1. 1 2000-12-11 06:32:06 bird Exp $1 /* $Id: myldrFindModule.cpp,v 1.2 2001-02-10 11:11:46 bird Exp $ 2 2 * 3 3 * ldrFindModule - ldrFindModule replacement with support for long DLL names … … 15 15 #define INCL_DOSERRORS 16 16 #define INCL_NOPMAPI 17 #define INCL_OS2KRNL_LDR 17 18 18 19 /******************************************************************************* … … 33 34 #include "dev32.h" 34 35 #include "ldr.h" 35 #include "ldrCalls.h"36 36 #include "ModuleBase.h" 37 37 #include "options.h" -
trunk/src/win32k/ldr/myldrOpen.cpp
r4778 r5086 1 /* $Id: myldrOpen.cpp,v 1.1 3 2000-12-11 06:30:59bird Exp $1 /* $Id: myldrOpen.cpp,v 1.14 2001-02-10 11:11:46 bird Exp $ 2 2 * 3 3 * myldrOpen - ldrOpen. … … 20 20 #define INCL_OS2KRNL_SEM 21 21 #define INCL_OS2KRNL_SEC 22 #define INCL_OS2KRNL_LDR 22 23 23 24 /******************************************************************************* … … 43 44 #include "dev32.h" 44 45 #include "ldr.h" 45 #include "ldrCalls.h"46 46 #include "ModuleBase.h" 47 47 #include "pe2lx.h" -
trunk/src/win32k/ldr/myldrOpenPath.cpp
r4778 r5086 1 /* $Id: myldrOpenPath.cpp,v 1. 4 2000-12-11 06:30:59bird Exp $1 /* $Id: myldrOpenPath.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $ 2 2 * 3 3 * myldrOpenPath - ldrOpenPath used to open executables we'll override … … 17 17 #define INCL_OS2KRNL_TCB 18 18 #define INCL_OS2KRNL_PTDA 19 #define INCL_OS2KRNL_LDR 19 20 20 21 /******************************************************************************* … … 34 35 #include "OS2Krnl.h" 35 36 #include "avl.h" 36 #include "ldrCalls.h"37 37 #include "ldr.h" 38 38 #include "ModuleBase.h" -
trunk/src/win32k/ldr/myldrRead.cpp
r4787 r5086 1 /* $Id: myldrRead.cpp,v 1. 8 2000-12-11 06:53:53bird Exp $1 /* $Id: myldrRead.cpp,v 1.9 2001-02-10 11:11:47 bird Exp $ 2 2 * 3 3 * myldrRead - ldrRead. … … 14 14 #define INCL_DOSERRORS 15 15 #define INCL_NOPMAPI 16 #define INCL_OS2KRNL_LDR 16 17 17 18 /******************************************************************************* … … 30 31 #include <exe386.h> 31 32 #include "OS2Krnl.h" 32 #include "ldrCalls.h"33 33 #include "ldr.h" 34 34 #include "ModuleBase.h" -
trunk/src/win32k/ldr/myldrSetVMflags.cpp
r4227 r5086 1 /* $Id: myldrSetVMflags.cpp,v 1. 1 2000-09-08 21:34:12bird Exp $1 /* $Id: myldrSetVMflags.cpp,v 1.2 2001-02-10 11:11:47 bird Exp $ 2 2 * 3 3 * myldrSetVMflags - ldrSetVMflags … … 16 16 17 17 #define INCL_OS2KRNL_VM 18 #define INCL_OS2KRNL_LDR 18 19 19 20 /******************************************************************************* … … 32 33 #include "OS2Krnl.h" 33 34 #include "ldr.h" 34 #include "ldrCalls.h"35 35 36 36 -
trunk/src/win32k/ldr/myldrWasLoadModuled.cpp
r4827 r5086 1 /* $Id: myldrWasLoadModuled.cpp,v 1. 1 2000-12-17 22:44:45bird Exp $1 /* $Id: myldrWasLoadModuled.cpp,v 1.2 2001-02-10 11:11:47 bird Exp $ 2 2 * 3 3 * ldrWasLoadModuled - Tells OS/2 that the executable module was LoadModuled … … 17 17 #define INCL_NOPMAPI 18 18 #define INCL_OS2KRNL_PTDA 19 #define INCL_OS2KRNL_LDR 19 20 20 21 /******************************************************************************* … … 35 36 #include "dev32.h" 36 37 #include "ldr.h" 37 #include "ldrCalls.h"38 38 #include "options.h" 39 39
Note:
See TracChangeset
for help on using the changeset viewer.