"Vitaliy Margolen" <[EMAIL PROTECTED]> 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.


Reply via email to