14 Feb
2007
14 Feb
'07
3:01 a.m.
"Kovács András" <andras(a)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. -- Dmitry.
6882
Age (days ago)
6882
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov