"Kovács András" andras@csevego.net wrote:
--- a/include/winuser.h +++ b/include/winuser.h @@ -1055,6 +1055,51 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*); #define WM_GETICON 0x007f #define WM_SETICON 0x0080
- /* Windows XP messages */
+#define WM_INPUT 0x00FF
Please don't add this kind of a comment, even if it's true for this particular message, it may not belong to all messages below this one.
- /* Windows XP related raw input structures */
+typedef struct tagRAWINPUTDEVICE {
You have added a bunch of structures in the middle of the message definitions, please find a better place.