Fix clang build
This commit is contained in:
parent
16baf121f1
commit
b96f058c17
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue