include/wntgcci/jni_md.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf3d8ba53bdbe15f37988a274ee4fb555479cb87 Author: Fridrich Å trba <[email protected]> Date: Fri Jun 7 16:43:36 2013 +0200 jlong is 64-bit, my bad Change-Id: I39ed9f4079152fb5405f0dfceee1d22536d474a6 diff --git a/include/wntgcci/jni_md.h b/include/wntgcci/jni_md.h index 92ce634..e77438d 100644 --- a/include/wntgcci/jni_md.h +++ b/include/wntgcci/jni_md.h @@ -27,7 +27,7 @@ #define JNICALL __stdcall typedef long jint; -typedef long jlong; +typedef __int64 jlong; typedef char jbyte; #endif /* JNI_MD_H_INCLUDED */
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
