From 9fb45e70730198fa7be940c5b48dd5c59bf04b93 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 24 Mar 2015 03:53:34 +0100 Subject: Remove all JNI header, as they were unified in GlueGen commit 532b8df474976b474f0cf4eb2d93588ded2ad3fe --- make/stub_includes/x11/jni_md.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 make/stub_includes/x11/jni_md.h (limited to 'make/stub_includes/x11/jni_md.h') diff --git a/make/stub_includes/x11/jni_md.h b/make/stub_includes/x11/jni_md.h deleted file mode 100644 index 449786272..000000000 --- a/make/stub_includes/x11/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; -- cgit v1.2.3