We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc3314 commit 12b7306Copy full SHA for 12b7306
src/com/sun/jna/Function.java
@@ -81,7 +81,7 @@ public interface PostCallRead {
81
public static final int USE_VARARGS = 0xFF;
82
/** Offset of USE_VARARGS in call flags */
83
@java.lang.annotation.Native
84
- public static final int USE_VARARGS_SHIFT = 7;
+ private static final int USE_VARARGS_SHIFT = 7;
85
86
static final Integer INTEGER_TRUE = Integer.valueOf(-1);
87
static final Integer INTEGER_FALSE = Integer.valueOf(0);
0 commit comments