Changeset 1182 for trunk/src/kernel32/console.cpp
- Timestamp:
- Oct 8, 1999, 11:52:34 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r767 r1182 1 /* $Id: console.cpp,v 1.1 3 1999-08-31 22:44:33 phallerExp $ */1 /* $Id: console.cpp,v 1.14 1999-10-08 09:52:33 sandervl Exp $ */ 2 2 3 3 /* … … 1495 1495 *****************************************************************************/ 1496 1496 1497 #define TABVIRTUALKEYCODES 0x6D 1498 static tabVirtualKeyCodes[TABVIRTUALKEYCODES] = 1497 char tabVirtualKeyCodes[TABVIRTUALKEYCODES] = 1499 1498 { 1500 1499 /* --- PM key -- NT key --- */
Note:
See TracChangeset
for help on using the changeset viewer.