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/win32/jni_md.h | |
parent | 7438540ee6604cf91e14f12da891834d4cd83cfe (diff) |
Remove all JNI header, as they were unified in GlueGen commit 532b8df474976b474f0cf4eb2d93588ded2ad3fe
Diffstat (limited to 'make/stub_includes/win32/jni_md.h')
-rw-r--r-- | make/stub_includes/win32/jni_md.h | 10 |
1 files changed, 0 insertions, 10 deletions
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; |