Ignore:
Timestamp:
Oct 20, 2000, 1:46:48 PM (25 years ago)
Author:
sandervl
Message:

basic support for VIO console command line apps added + FormatMessage addition

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 bird Exp $ */
     1/* $Id: winexepe2lx.cpp,v 1.8 2000-10-20 11:46:48 sandervl Exp $ */
    22
    33/*
     
    3333#include "console.h"
    3434
    35 #define DBG_LOCALLOG    DBG_winexepe2lx
     35#define DBG_LOCALLOG    DBG_winexepe2lx
    3636#include "dbglocal.h"
    3737
     
    146146            dprintf(("Console application!\n"));
    147147
    148             rc = iConsoleInit();    /* initialize console subsystem */
     148            rc = iConsoleInit(FALSE);    /* 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.