Build/Clang: restore build on Mac OS X

This commit is contained in:
ShinDarth
2016-08-20 03:34:14 +02:00
parent ad77560bcb
commit d7fdf7c940

View File

@@ -30,7 +30,7 @@
#include <linux/types.h> #include <linux/types.h>
#endif #endif
#endif #endif
typedef unsigned long uint64; typedef uint64_t uint64;
#endif #endif
// Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef. // Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.