Changeset 4502 for trunk/src/kernel32/winexepeldr.cpp
- Timestamp:
- Oct 20, 2000, 1:46:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepeldr.cpp
r4445 r4502 1 /* $Id: winexepeldr.cpp,v 1.1 3 2000-10-06 15:16:03sandervl Exp $ */1 /* $Id: winexepeldr.cpp,v 1.14 2000-10-20 11:46:48 sandervl Exp $ */ 2 2 3 3 /* … … 54 54 BOOL WIN32API CreateWin32PeLdrExe(char *szFileName, char *szCmdLine, 55 55 char *peoptions, 56 ULONG reservedMem, BOOL fConsoleApp) 56 ULONG reservedMem, BOOL fConsoleApp, 57 BOOL fVioConsole) 57 58 { 58 59 APIRET rc; … … 121 122 dprintf(("Console application!\n")); 122 123 123 APIRET rc = iConsoleInit( );/* initialize console subsystem */124 APIRET rc = iConsoleInit(fVioConsole); /* initialize console subsystem */ 124 125 if (rc != NO_ERROR) /* check for errors */ 125 126 dprintf(("KERNEL32:Win32Image:Init ConsoleInit failed with %u.\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.