00001 #if defined(_PC98_) 00002 /****************************** Module Header ******************************\ 00003 * Module Name: kbdnec.h 00004 * 00005 * Copyright (c) 1985-91, Microsoft Corporation 00006 * 00007 * Various defines for use by keyboard input code. 00008 * 00009 * History: 00010 * 27-May-1992 KazuM 00011 \***************************************************************************/ 00012 #else 00013 /****************************** Module Header ******************************\ 00014 * Module Name: kbd106.h 00015 * 00016 * Copyright (c) 1985-91, Microsoft Corporation 00017 * 00018 * Various defines for use by keyboard input code. 00019 * 00020 * History: 00021 \***************************************************************************/ 00022 #endif 00023 00024 /* 00025 * kbd type should be controlled by cl command-line argument 00026 */ 00027 #if defined(_PC98_) 00028 #define KBD_TYPE 34 00029 #else 00030 #define KBD_TYPE 8 00031 #endif 00032 00033 /* 00034 * Include the basis of all keyboard table values 00035 */ 00036 #include "kbd.h"