mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[NTUSER][INCLUDE] Trivial formatting of TRANSMSG and TRANSMSGLIST
CORE-11700
This commit is contained in:
parent
9a8049cb39
commit
d83be2e6b6
1 changed files with 4 additions and 2 deletions
|
@ -1211,13 +1211,15 @@ typedef struct _IMEWND
|
||||||
PIMEUI pimeui;
|
PIMEUI pimeui;
|
||||||
} IMEWND, *PIMEWND;
|
} IMEWND, *PIMEWND;
|
||||||
|
|
||||||
typedef struct tagTRANSMSG {
|
typedef struct tagTRANSMSG
|
||||||
|
{
|
||||||
UINT message;
|
UINT message;
|
||||||
WPARAM wParam;
|
WPARAM wParam;
|
||||||
LPARAM lParam;
|
LPARAM lParam;
|
||||||
} TRANSMSG, *PTRANSMSG, *LPTRANSMSG;
|
} TRANSMSG, *PTRANSMSG, *LPTRANSMSG;
|
||||||
|
|
||||||
typedef struct tagTRANSMSGLIST {
|
typedef struct tagTRANSMSGLIST
|
||||||
|
{
|
||||||
UINT uMsgCount;
|
UINT uMsgCount;
|
||||||
TRANSMSG TransMsg[1];
|
TRANSMSG TransMsg[1];
|
||||||
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
|
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue