Changeset 9540 for trunk/src/kernel32/winexepe2lx.cpp
- Timestamp:
- Dec 20, 2002, 1:40:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepe2lx.cpp
r9533 r9540 1 /* $Id: winexepe2lx.cpp,v 1.1 2 2002-12-20 10:38:58sandervl Exp $ */1 /* $Id: winexepe2lx.cpp,v 1.13 2002-12-20 12:40:43 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include <wprocess.h> 32 32 #include <win32api.h> 33 #include <odinpe.h> 33 34 34 35 #include "oslibmisc.h" // OSLibGetDllName … … 96 97 return; 97 98 } 98 if ( !pWinPe2LxExe->init())99 if (pWinPe2LxExe->init() != LDRERROR_SUCCESS) 99 100 { 100 101 eprintf(("RegisterPe2LxExe: init-method failed.\n")); … … 190 191 if (pExe) 191 192 { 192 if (pExe->init() )193 if (pExe->init() == LDRERROR_SUCCESS) 193 194 { 194 195 WinExe = pExe;
Note:
See TracChangeset
for help on using the changeset viewer.