Merge pull request #4330 from danoli3/master

Assimp Patch Android LTS NDK 23 Fix
pull/4204/head^2
Kim Kulling 2022-01-11 10:30:40 +01:00 committed by GitHub
commit 6a640a2de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" {