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/winexepeldr.cpp

    r4445 r4502  
    1 /* $Id: winexepeldr.cpp,v 1.13 2000-10-06 15:16:03 sandervl Exp $ */
     1/* $Id: winexepeldr.cpp,v 1.14 2000-10-20 11:46:48 sandervl Exp $ */
    22
    33/*
     
    5454BOOL WIN32API CreateWin32PeLdrExe(char *szFileName, char *szCmdLine,
    5555                                  char *peoptions,
    56                                   ULONG reservedMem, BOOL fConsoleApp)
     56                                  ULONG reservedMem, BOOL fConsoleApp,
     57                                  BOOL  fVioConsole)
    5758{
    5859 APIRET  rc;
     
    121122        dprintf(("Console application!\n"));
    122123
    123         APIRET rc = iConsoleInit();                     /* initialize console subsystem */
     124        APIRET rc = iConsoleInit(fVioConsole);                /* initialize console subsystem */
    124125        if (rc != NO_ERROR)                                  /* check for errors */
    125126                dprintf(("KERNEL32:Win32Image:Init ConsoleInit failed with %u.\n", rc));
Note: See TracChangeset for help on using the changeset viewer.