Re: dinput: Fix compile with old input.h that missing input_absinfo
21 Aug
2007
21 Aug
'07
4:02 p.m.
"Vitaliy Margolen" <wine-patches(a)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.
6691
Age (days ago)
6691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov