We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8049c commit d83be2eCopy full SHA for d83be2e
win32ss/include/ntuser.h
@@ -1211,13 +1211,15 @@ typedef struct _IMEWND
1211
PIMEUI pimeui;
1212
} IMEWND, *PIMEWND;
1213
1214
-typedef struct tagTRANSMSG {
+typedef struct tagTRANSMSG
1215
+{
1216
UINT message;
1217
WPARAM wParam;
1218
LPARAM lParam;
1219
} TRANSMSG, *PTRANSMSG, *LPTRANSMSG;
1220
-typedef struct tagTRANSMSGLIST {
1221
+typedef struct tagTRANSMSGLIST
1222
1223
UINT uMsgCount;
1224
TRANSMSG TransMsg[1];
1225
} TRANSMSGLIST, *PTRANSMSGLIST, *LPTRANSMSGLIST;
0 commit comments