proxy-vole
proxy-vole copied to clipboard
Makes the library compatible with both JNA 4.x and 5.x
com.sun.jna.Pointer#SIZE
is removed in 5.x, but com.sun.jna.Native#POINTER_SIZE
is present in both.
We're stuck on JNA 4.x because of this, but we'd love the option to go to 5.x. Pretty low-risk change, anything I can do to help this get merged and released?