Declare another bunch of raw input structures and constants

Dmitry Timoshkov dmitry at codeweavers.com
Thu Mar 29 23:37:15 CDT 2007


"Kovács András" <andras at csevego.net> wrote:

> +typedef struct tagRAWMOUSE {
> +  USHORT    usFlags;
> +  union {
> +         ULONG    ulButtons;
> +         struct {
> +           USHORT usButtonFlags;
> +           USHORT usButtonData;
> +         } s;
> +  } u;

You have to use DUMMYSTRUCTNAME and DUMMYUNIONNAME instead of s and u.
Also please use 4 spaces indents instead of strange mix of 2 + 7 + 2.

-- 
Dmitry. 




More information about the wine-devel mailing list