mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
fixed bug in struct _MODIFIERS declaration.
svn path=/trunk/; revision=5339
This commit is contained in:
parent
77dba28717
commit
84610d9546
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue