Changeset 5086 for trunk/src/win32k/ldr/myldrFindModule.cpp
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.