mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
14 lines
408 B
Diff
14 lines
408 B
Diff
diff --git a/dep/recastnavigation/Detour/DetourNavMesh.h b/dep/recastnavigation/Detour/DetourNavMesh.h
|
|
index 52d2c50..99e30c7 100644
|
|
--- a/dep/recastnavigation/Detour/DetourNavMesh.h
|
|
+++ b/dep/recastnavigation/Detour/DetourNavMesh.h
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include "DetourAlloc.h"
|
|
|
|
-#ifdef WIN32
|
|
+#if defined(WIN32) && !defined(__MINGW32__)
|
|
typedef unsigned __int64 uint64;
|
|
#else
|
|
#include <stdint.h>
|