Skip to content

Commit

Permalink
Compatibility with JNA 5.13.0+
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
dan2097 committed Feb 27, 2024
1 parent c0c3e54 commit b3a4650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class IxaFunctions {

public static final IXA_ATOMID IXA_ATOMID_IMPLICIT_H = new IXA_ATOMID(Pointer.createConstant(-1));
public static final IXA_ATOMID IXA_ATOMID_IMPLICIT_H = new IXA_ATOMID(Pointer.createConstant(-1L));

public static class IXA_ATOMID extends PointerType {
public IXA_ATOMID(Pointer address) {
Expand Down

0 comments on commit b3a4650

Please sign in to comment.