Changeset 9540 for trunk/src/kernel32/windllpe2lx.cpp
- Timestamp:
- Dec 20, 2002, 1:40:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r9533 r9540 1 /* $Id: windllpe2lx.cpp,v 1.1 2 2002-12-20 10:38:57sandervl Exp $ */1 /* $Id: windllpe2lx.cpp,v 1.13 2002-12-20 12:40:43 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include <winexepe2lx.h> 31 31 #include <wprocess.h> 32 #include <odinpe.h> 32 33 33 34 #include "oslibmisc.h" // OSLibGetDllName … … 100 101 return 0; 101 102 } 102 if ( !pWinMod->init())103 if (pWinMod->init() != LDRERROR_SUCCESS) 103 104 { 104 105 eprintf(("RegisterPe2LxDll: init-method failed.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.