Changeset 9533 for trunk/src/kernel32/winexepeldr.cpp
- Timestamp:
- Dec 20, 2002, 11:38:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepeldr.cpp
r8913 r9533 1 /* $Id: winexepeldr.cpp,v 1. 19 2002-07-23 13:51:48 sandervl Exp $ */1 /* $Id: winexepeldr.cpp,v 1.20 2002-12-20 10:38:58 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include "exceptutil.h" 35 35 36 #include "cio.h"37 36 #include "oslibmisc.h" 38 37 … … 120 119 free(szFullCmdLine); 121 120 122 if(getenv("WIN32_IOPL2")) {123 io_init1();124 }125 121 //Init console before loading executable as dlls might want to print 126 122 //something on the console while being loaded
Note:
See TracChangeset
for help on using the changeset viewer.