"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.