Source code of Windows XP (NT5)
 
 
 
 
 
 

13 lines
175 B

//
// keyDef.h
//
#ifndef KEYDEF_H
#define KEYDEF_H
extern const ExtKeyDef gaDefaultKeyDef['Z' - 'A' + 1];
extern const ExtKeyDef gaDefaultKeyDef2['Z' - 'A' + 1];
#endif