aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/macosx/jni_md.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-24 03:53:34 +0100
committerSven Gothel <[email protected]>2015-03-24 03:53:34 +0100
commit9fb45e70730198fa7be940c5b48dd5c59bf04b93 (patch)
tree1d03d6509b0b658a0dbc50cdc41296de5277defd /make/stub_includes/macosx/jni_md.h
parent7438540ee6604cf91e14f12da891834d4cd83cfe (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.h15
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;