mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTUSER][INCLUDE] s/TransMsg[1]/TransMsg[ANYSIZE_ARRAY]/
CORE-11700
This commit is contained in:
parent
d83be2e6b6
commit
1f792413f0
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ typedef struct tagTRANSMSG
|
|||
typedef struct tagTRANSMSGLIST
|
||||
{
|
||||
UINT uMsgCount;
|
||||
TRANSMSG TransMsg[1];
|
||||
TRANSMSG TransMsg[ANYSIZE_ARRAY];
|
||||
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
|
||||
|
||||
#define DEFINE_IME_ENTRY(type, name, params, extended) typedef type (WINAPI *FN_##name) params;
|
||||
|
|
Loading…
Reference in a new issue