diff --git a/win32ss/include/ntuser.h b/win32ss/include/ntuser.h index 782af6d0df4..56a55ca8fa3 100644 --- a/win32ss/include/ntuser.h +++ b/win32ss/include/ntuser.h @@ -1211,13 +1211,15 @@ typedef struct _IMEWND PIMEUI pimeui; } IMEWND, *PIMEWND; -typedef struct tagTRANSMSG { +typedef struct tagTRANSMSG +{ UINT message; WPARAM wParam; LPARAM lParam; } TRANSMSG, *PTRANSMSG, *LPTRANSMSG; -typedef struct tagTRANSMSGLIST { +typedef struct tagTRANSMSGLIST +{ UINT uMsgCount; TRANSMSG TransMsg[1]; } TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;