소스 검색

Merge pull request #4330 from danoli3/master

Assimp Patch Android LTS NDK 23 Fix
Kim Kulling 3 년 전
부모
커밋
6a640a2de8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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" {