diff --git a/modules/dep/recastnavigation/Detour/DetourNavMesh.h b/modules/dep/recastnavigation/Detour/DetourNavMesh.h index 52d2c505e..fb882929f 100644 --- a/modules/dep/recastnavigation/Detour/DetourNavMesh.h +++ b/modules/dep/recastnavigation/Detour/DetourNavMesh.h @@ -30,7 +30,7 @@ #include #endif #endif - typedef uint64_t uint64; + typedef unsigned long uint64; #endif // Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.