Changeset 9533 for trunk/src/kernel32/winexepe2lx.cpp
- Timestamp:
- Dec 20, 2002, 11:38:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepe2lx.cpp
r8436 r9533 1 /* $Id: winexepe2lx.cpp,v 1.1 1 2002-05-16 13:45:32sandervl Exp $ */1 /* $Id: winexepe2lx.cpp,v 1.12 2002-12-20 10:38:58 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include <win32api.h> 33 33 34 #include "cio.h" // I/O35 34 #include "oslibmisc.h" // OSLibGetDllName 36 35 #include "conwin.h" // Windows Header for console only … … 70 69 Win32Pe2LxExe *pWinPe2LxExe; 71 70 72 /* I/O init. */73 if (getenv("WIN32_IOPL2"))74 io_init1();75 76 71 /* Check that pe2lx version matches the version of kernel32.dll. */ 77 72 CheckVersion(ulPe2LxVersion & ~0x80000000UL, OSLibGetDllName(hinstance));
Note:
See TracChangeset
for help on using the changeset viewer.