[Libreoffice-commits] core.git: include/wntgcci

Fridrich Å trba fridrich.strba at bluewin.ch
Fri Jun 7 07:44:03 PDT 2013


 include/wntgcci/jni_md.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf3d8ba53bdbe15f37988a274ee4fb555479cb87
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
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 */


More information about the Libreoffice-commits mailing list