dinput: Fix compile with old input.h that missing input_absinfo

Dmitry Timoshkov dmitry at codeweavers.com
Tue Aug 21 10:02:09 CDT 2007


"Vitaliy Margolen" <wine-patches at kievinfo.com> wrote:

> +struct wine_input_absinfo {
> +    LONG value;
> +    LONG minimum;
> +    LONG maximum;
> +    LONG fuzz;
> +    LONG flat;
> +};

If it's a kernel structure, it's better IMO to use the types that are
actually used in the native structure instead of LONG.

-- 
Dmitry.



More information about the wine-devel mailing list