Parcourir la source

Assimp Android LTS NDK 23 Fix

Dan Rosser il y a 3 ans
Parent
commit
9c4255b486
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      contrib/unzip/crypt.h

+ 2 - 0
contrib/unzip/crypt.h

@@ -17,8 +17,10 @@
 #define _MINICRYPT_H
 
 #if ZLIB_VERNUM < 0x1270
+#if !defined(Z_U4)
 typedef unsigned long z_crc_t;
 #endif
+#endif
 
 #ifdef __cplusplus
 extern "C" {