Changeset 6211 for trunk/src/kernel32/windllpe2lx.cpp
- Timestamp:
- Jul 8, 2001, 4:49:47 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r6015 r6211 1 /* $Id: windllpe2lx.cpp,v 1. 9 2001-06-15 09:42:48bird Exp $ */1 /* $Id: windllpe2lx.cpp,v 1.10 2001-07-08 02:49:47 bird Exp $ */ 2 2 3 3 /* … … 28 28 #include <misc.h> 29 29 #include <windllpe2lx.h> 30 #include <winexepe2lx.h> 30 31 #include <wprocess.h> 31 32 … … 110 111 iConsoleDevicesRegister(); 111 112 113 /* Before we attach the DLL we must make sure that we have a valid executable */ 114 if (!WinExe) 115 Win32Pe2LxExe::earlyInit(); 116 112 117 /* Add reference and attach dll to process. */ 113 118 pWinMod->AddRef();
Note:
See TracChangeset
for help on using the changeset viewer.