Changeset 4502 for trunk/src/kernel32/console.h
- Timestamp:
- Oct 20, 2000, 1:46:48 PM (25 years ago)
- 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:33sandervl Exp $ */1 /* $Id: console.h,v 1.4 2000-10-20 11:46:46 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 extern char tabVirtualKeyCodes[TABVIRTUALKEYCODES]; 28 28 29 extern BOOL flVioConsole; 29 30 30 DWORD iConsoleInit( void); /* creation of the console subsystem */31 DWORD iConsoleInit(BOOL fVioConsole); /* creation of the console subsystem */ 31 32 32 33 DWORD iConsoleDevicesRegister(void); /* create console devices */
Note:
See TracChangeset
for help on using the changeset viewer.