summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wntgcci/jni_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wntgcci/jni_md.h b/include/wntgcci/jni_md.h
index e77438d75e6b..92ce6342549d 100644
--- a/include/wntgcci/jni_md.h
+++ b/include/wntgcci/jni_md.h
@@ -27,7 +27,7 @@
#define JNICALL __stdcall
typedef long jint;
-typedef __int64 jlong;
+typedef long jlong;
typedef char jbyte;
#endif /* JNI_MD_H_INCLUDED */