Kaynağa Gözat

Merge branch 'master' into fix_obj_crash

Kim Kulling 7 yıl önce
ebeveyn
işleme
da120b03b4
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      contrib/zlib/zlib.h

+ 3 - 0
contrib/zlib/zlib.h

@@ -77,6 +77,9 @@ extern "C" {
   the consistency of the compressed data, so the library should never crash
   even in the case of corrupted input.
 */
+#ifdef __ANDROID__     
+using zcrc_t = unsigned_long; 
+#endif
 
 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
 typedef void   (*free_func)  OF((voidpf opaque, voidpf address));