mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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
|
typedef struct tagTRANSMSGLIST
|
||||||
{
|
{
|
||||||
UINT uMsgCount;
|
UINT uMsgCount;
|
||||||
TRANSMSG TransMsg[1];
|
TRANSMSG TransMsg[ANYSIZE_ARRAY];
|
||||||
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
|
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
|
||||||
|
|
||||||
#define DEFINE_IME_ENTRY(type, name, params, extended) typedef type (WINAPI *FN_##name) params;
|
#define DEFINE_IME_ENTRY(type, name, params, extended) typedef type (WINAPI *FN_##name) params;
|
||||||
|
|
Loading…
Reference in a new issue