aboutsummaryrefslogtreecommitdiff
path: root/dep/recastnavigation/recast_hotfix1.diff
diff options
context:
space:
mode:
Diffstat (limited to 'dep/recastnavigation/recast_hotfix1.diff')
-rw-r--r--dep/recastnavigation/recast_hotfix1.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/dep/recastnavigation/recast_hotfix1.diff b/dep/recastnavigation/recast_hotfix1.diff
deleted file mode 100644
index d370b0a68c8..00000000000
--- a/dep/recastnavigation/recast_hotfix1.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-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>