blob: d370b0a68c84a5433a444405bc2080bcfbe3681e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|