Assimp Android LTS NDK 23 Fix

pull/4330/head
Dan Rosser 2022-01-09 18:19:33 +11:00
parent cb3e846a19
commit 9c4255b486
1 changed files with 2 additions and 0 deletions

View File

@ -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" {