[NTUSER][INCLUDE] s/TransMsg[1]/TransMsg[ANYSIZE_ARRAY]/

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2021-08-18 19:59:35 +09:00
parent d83be2e6b6
commit 1f792413f0

View file

@ -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;