We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9fff commit 7071f08Copy full SHA for 7071f08
1 file changed
src/com/sun/jna/Function.java
@@ -78,7 +78,7 @@ public interface PostCallRead {
78
public static final int THROW_LAST_ERROR = 0x40;
79
/** Mask for number of fixed args (1-3) for varargs calls. */
80
@java.lang.annotation.Native
81
- public static final int USE_VARARGS = 0x3;
+ public static final int USE_VARARGS = 0xFF;
82
83
public static final int USE_VARARGS_SHIFT = 7;
84
0 commit comments