windows-nt/Source/XPSP1/NT/sdktools/custcon/keydef.h

14 lines
175 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// keyDef.h
//
#ifndef KEYDEF_H
#define KEYDEF_H
extern const ExtKeyDef gaDefaultKeyDef['Z' - 'A' + 1];
extern const ExtKeyDef gaDefaultKeyDef2['Z' - 'A' + 1];
#endif