Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

kbdjpn.c

Go to the documentation of this file.
00001 /***************************************************************************\ 00002 * Module Name: kbdjpn.c 00003 * 00004 * Copyright (c) 1985-92, Microsoft Corporation 00005 * 00006 * History: 00007 \***************************************************************************/ 00008 00009 00010 #include <nt.h> 00011 #include <ntrtl.h> 00012 #include <nturtl.h> 00013 00014 #if ((BASE_KEYBOARD_LAYOUT) == 101) 00015 /* 00016 * include kbd101.c (PC/AT 101 English keyboard layout driver) 00017 */ 00018 #include "..\101\kbd101.c" 00019 #elif ((BASE_KEYBOARD_LAYOUT) == 106) 00020 /* 00021 * include kbd106.c (PC/AT 106 Japanese keyboard layout driver) 00022 */ 00023 #include "..\106\kbd106.c" 00024 #else 00025 #error "BASE_KEYBOARD_LAYOUT should be 101 or 106." 00026 #endif 00027

Generated on Sat May 15 19:40:32 2004 for test by doxygen 1.3.7