Changeset 9533 for trunk/src/kernel32/windllpe2lx.cpp
- Timestamp:
- Dec 20, 2002, 11:38:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r6301 r9533 1 /* $Id: windllpe2lx.cpp,v 1.1 1 2001-07-10 20:18:12 birdExp $ */1 /* $Id: windllpe2lx.cpp,v 1.12 2002-12-20 10:38:57 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include <wprocess.h> 32 32 33 #include "cio.h" // I/O34 33 #include "oslibmisc.h" // OSLibGetDllName 35 34 #include "conwin.h" // Windows Header for console only … … 84 83 { /* Process attach */ 85 84 86 /* Init I/O */87 if (getenv("WIN32_IOPL2"))88 io_init1();89 90 85 /* Get Lib name and match Pe2Lx version with kernel32 version. */ 91 86 pszName = OSLibGetDllName(hinstance);
Note:
See TracChangeset
for help on using the changeset viewer.