Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Remove JNI_VERSION_1_8 define
Browse files Browse the repository at this point in the history
The min supported java version is 8, so this is always defined in jni.h
  • Loading branch information
Adam- committed Jan 5, 2023
1 parent f1e2150 commit 285a0a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/native/packr/src/packr.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
#include <functional>
#include <jni.h>

#if !defined(JNI_VERSION_1_8)
# define JNI_VERSION_1_8 0x00010008
#endif

typedef jint(JNICALL *GetDefaultJavaVMInitArgs)(void*);
typedef jint(JNICALL *CreateJavaVM)(JavaVM**, void**, void*);

Expand Down

0 comments on commit 285a0a1

Please sign in to comment.