fix makesdna on Mac OSX

This commit is contained in:
Erwin Coumans
2018-02-14 15:41:10 -08:00
parent 68559426cd
commit 77ddc8a16f
4 changed files with 4 additions and 2 deletions

View File

@@ -86,10 +86,12 @@ typedef unsigned __int64 uint64_t;
/* Linux-i386, Linux-Alpha, Linux-ppc */
#include <stdint.h>
typedef intptr_t btintptr_t;
#elif defined (__APPLE__)
#include <inttypes.h>
typedef intptr_t btintptr_t;
#elif defined(FREE_WINDOWS)