Skip to content

Commit

Permalink
Merge pull request #20 from felixvf/fix_bug_18
Browse files Browse the repository at this point in the history
Fix bug #18.
  • Loading branch information
gnodet committed Apr 26, 2017
2 parents f99972b + 57e5b32 commit 4c430c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtjni-generator/src/main/resources/hawtjni.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern "C" {
extern int IS_JNI_1_2;

#ifndef JNI64
#if __x86_64__
#if defined(_LP64)
#define JNI64
#endif
#endif
Expand Down

0 comments on commit 4c430c6

Please sign in to comment.