Ignore:
Timestamp:
Mar 19, 2001, 3:49:22 PM (24 years ago)
Author:
bird
Message:

Init VIO console.

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 sandervl Exp $ */
     1/* $Id: winexepe2lx.cpp,v 1.9 2001-03-19 14:49:22 bird Exp $ */
    22
    33/*
     
    146146            dprintf(("Console application!\n"));
    147147
    148             rc = iConsoleInit(FALSE);    /* initialize console subsystem */
     148            rc = iConsoleInit(TRUE);    /* initialize console subsystem */
    149149            if (rc != NO_ERROR)     /* check for errors */
    150150                dprintf(("KERNEL32:Win32Image:Init ConsoleInit failed with %u.\n", rc));
Note: See TracChangeset for help on using the changeset viewer.