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/console.h

    r1182 r4502  
    1 /* $Id: console.h,v 1.3 1999-10-08 09:52:33 sandervl Exp $ */
     1/* $Id: console.h,v 1.4 2000-10-20 11:46:46 sandervl Exp $ */
    22
    33/*
     
    2727extern char tabVirtualKeyCodes[TABVIRTUALKEYCODES];
    2828
     29extern BOOL flVioConsole;
    2930
    30 DWORD iConsoleInit(void);       /* creation of the console subsystem */
     31DWORD iConsoleInit(BOOL fVioConsole);       /* creation of the console subsystem */
    3132
    3233DWORD iConsoleDevicesRegister(void);       /* create console devices */
Note: See TracChangeset for help on using the changeset viewer.