fixed bug in struct _MODIFIERS declaration.

svn path=/trunk/; revision=5339
This commit is contained in:
Royce Mitchell III 2003-07-31 00:52:59 +00:00
parent 77dba28717
commit 84610d9546

View file

@ -17,7 +17,7 @@ extern "C" {
typedef struct _MODIFIERS {
PVK_TO_BIT pVkToBit;
WORD wMaxModBits;
BYTE ModNumber[];
BYTE ModNumber[1];
} MODIFIERS, *PMODIFIERS;
#define TYPEDEF_VK_TO_WCHARS(i) \