Changeset 9533 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Dec 20, 2002, 11:38:58 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r8457 r9533 1 /* $Id: winexebase.cpp,v 1.2 0 2002-05-20 13:48:51sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.21 2002-12-20 10:38:57 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include "exceptions.h" 31 31 #include "exceptutil.h" 32 #include "cio.h"33 32 34 33 #include "conwin.h" // Windows Header for console only … … 98 97 ULONG rc; 99 98 100 if(getenv("WIN32_IOPL2")) {101 io_init1();102 }103 99 #ifdef DEBUG 104 100 TEB *teb = GetThreadTEB();
Note:
See TracChangeset
for help on using the changeset viewer.