diff options
author | Sven Gothel <[email protected]> | 2015-03-24 03:53:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-24 03:53:34 +0100 |
commit | 9fb45e70730198fa7be940c5b48dd5c59bf04b93 (patch) | |
tree | 1d03d6509b0b658a0dbc50cdc41296de5277defd /make/stub_includes/macosx/jni_md.h | |
parent | 7438540ee6604cf91e14f12da891834d4cd83cfe (diff) |
Remove all JNI header, as they were unified in GlueGen commit 532b8df474976b474f0cf4eb2d93588ded2ad3fe
Diffstat (limited to 'make/stub_includes/macosx/jni_md.h')
-rw-r--r-- | make/stub_includes/macosx/jni_md.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/make/stub_includes/macosx/jni_md.h b/make/stub_includes/macosx/jni_md.h deleted file mode 100644 index 449786272..000000000 --- a/make/stub_includes/macosx/jni_md.h +++ /dev/null @@ -1,15 +0,0 @@ -#define _JNI_IMPORT_OR_EXPORT_ -#define JNIEXPORT -#define JNIIMPORT -#define JNICALL - -typedef int jint; -#ifdef _LP64 /* 64-bit Solaris */ -typedef long jlong; -#else -typedef long long jlong; -#endif - -typedef signed char jbyte; - -typedef long JNIEnv; |