aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/jni_md.h
blob: 0c020e8e9fd4e5fc80d7193a79cb2d8506c8744a (plain)
1
2
3
4
5
6
7
8
9
10
#define _JNI_IMPORT_OR_EXPORT_
#define JNIEXPORT
#define JNIIMPORT
#define JNICALL

typedef int jint;
typedef __int64 jlong;
typedef signed char jbyte;

typedef long JNIEnv;