From 9fb45e70730198fa7be940c5b48dd5c59bf04b93 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
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/win32/jni_md.h | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 make/stub_includes/win32/jni_md.h

(limited to 'make/stub_includes/win32/jni_md.h')

diff --git a/make/stub_includes/win32/jni_md.h b/make/stub_includes/win32/jni_md.h
deleted file mode 100644
index 0c020e8e9..000000000
--- a/make/stub_includes/win32/jni_md.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#define _JNI_IMPORT_OR_EXPORT_
-#define JNIEXPORT
-#define JNIIMPORT
-#define JNICALL
-
-typedef int jint;
-typedef __int64 jlong;
-typedef signed char jbyte;
-
-typedef long JNIEnv;
-- 
cgit v1.2.3