Changeset 5327 for trunk/src/kernel32/winexepe2lx.cpp
- Timestamp:
- Mar 19, 2001, 3:49:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepe2lx.cpp
r4502 r5327 1 /* $Id: winexepe2lx.cpp,v 1. 8 2000-10-20 11:46:48 sandervlExp $ */1 /* $Id: winexepe2lx.cpp,v 1.9 2001-03-19 14:49:22 bird Exp $ */ 2 2 3 3 /* … … 146 146 dprintf(("Console application!\n")); 147 147 148 rc = iConsoleInit( FALSE); /* initialize console subsystem */148 rc = iConsoleInit(TRUE); /* 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.