Kaydet (Commit) bf3d8ba5 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

jlong is 64-bit, my bad

Change-Id: I39ed9f4079152fb5405f0dfceee1d22536d474a6
üst 4129130c
......@@ -27,7 +27,7 @@
#define JNICALL __stdcall
typedef long jint;
typedef long jlong;
typedef __int64 jlong;
typedef char jbyte;
#endif /* JNI_MD_H_INCLUDED */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment