Declare some WinXP related structures

Dmitry Timoshkov dmitry at codeweavers.com
Tue Feb 13 21:01:20 CST 2007


"Kovács András" <andras at 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. 




More information about the wine-devel mailing list