Changeset 9533 for trunk/src/kernel32/winexelx.cpp
- Timestamp:
- Dec 20, 2002, 11:38:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexelx.cpp
r7567 r9533 1 /* $Id: winexelx.cpp,v 1.1 0 2001-12-07 14:13:39sandervl Exp $ */1 /* $Id: winexelx.cpp,v 1.11 2002-12-20 10:38:58 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "exceptions.h" 32 32 #include "exceptutil.h" 33 #include "cio.h"34 33 35 34 #define DBG_LOCALLOG DBG_winexelx … … 52 51 if(WinExe != NULL) //should never happen 53 52 delete(WinExe); 54 55 if(getenv("WIN32_IOPL2")) {56 io_init1();57 }58 53 59 54 rc = DosGetInfoBlocks(&ptib, &ppib); … … 102 97 ULONG rc; 103 98 104 if(getenv("WIN32_IOPL2")) {105 io_init1();106 }107 99 dprintf(("Start executable %X\n", WinExe)); 108 100
Note:
See TracChangeset
for help on using the changeset viewer.