Changeset 4502 for trunk/src/kernel32/winexepe2lx.cpp
- Timestamp:
- Oct 20, 2000, 1:46:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepe2lx.cpp
r4304 r4502 1 /* $Id: winexepe2lx.cpp,v 1. 7 2000-09-22 04:35:08 birdExp $ */1 /* $Id: winexepe2lx.cpp,v 1.8 2000-10-20 11:46:48 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include "console.h" 34 34 35 #define DBG_LOCALLOG 35 #define DBG_LOCALLOG DBG_winexepe2lx 36 36 #include "dbglocal.h" 37 37 … … 146 146 dprintf(("Console application!\n")); 147 147 148 rc = iConsoleInit( ); /* initialize console subsystem */148 rc = iConsoleInit(FALSE); /* initialize console subsystem */ 149 149 if (rc != NO_ERROR) /* check for errors */ 150 150 dprintf(("KERNEL32:Win32Image:Init ConsoleInit failed with %u.\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.