Fix clang build

This commit is contained in:
ShinDarth 2016-08-06 19:26:03 +02:00
parent 16baf121f1
commit b96f058c17

View file

@ -30,7 +30,7 @@
#include <linux/types.h> #include <linux/types.h>
#endif #endif
#endif #endif
typedef uint64_t uint64; typedef unsigned long 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.