- Timestamp:
- Jul 10, 2001, 10:18:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r6211 r6301 1 /* $Id: windllpe2lx.cpp,v 1.1 0 2001-07-08 02:49:47bird Exp $ */1 /* $Id: windllpe2lx.cpp,v 1.11 2001-07-10 20:18:12 bird Exp $ */ 2 2 3 3 /* … … 39 39 #include "dbglocal.h" 40 40 41 /******************************************************************************* 42 * Global Variables * 43 *******************************************************************************/ 44 extern BOOL fPeLoader; 41 45 42 46 /** … … 111 115 iConsoleDevicesRegister(); 112 116 113 /* Before we attach the DLL we must make sure that we have a valid executable */ 114 if (!WinExe) 117 /* 118 * Before we attach the DLL we must make sure that we have a valid executable 119 * Should perhaps find a good way of checking for native LX binaries... 120 */ 121 if (!WinExe && !fPeLoader) 122 { 123 dprintf(("RegisterPe2LxDll: tries to do an early exe init.\n")); 115 124 Win32Pe2LxExe::earlyInit(); 125 } 116 126 117 127 /* Add reference and attach dll to process. */ … … 143 153 { 144 154 dprintf(("Win32Pe2LxDll::Win32Pe2LxDll %s", szModule)); 155 fDll = TRUE; 145 156 } 146 157
Note:
See TracChangeset
for help on using the changeset viewer.