Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
359 B

/*++ BUILD Version: 0001
*
* WOW v1.0
*
* Copyright (c) 1991, Microsoft Corporation
*
* WKBTBL.H
* WOW32 16-bit Keyboard API tables
*
* History:
* Created 27-Jan-1991 by Jeff Parsons (jeffpar)
--*/
/* Keyboard dispatch table
*/
extern W32 aw32Keyboard[];
#ifdef DEBUG_OR_WOWPROFILE
extern INT iKeyboardMax;
#endif