diff options
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/recastnavigation/Detour/DetourNavMesh.h | 2 | ||||
| -rw-r--r-- | dep/recastnavigation/recast_hotfix1.diff | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dep/recastnavigation/Detour/DetourNavMesh.h b/dep/recastnavigation/Detour/DetourNavMesh.h index 99e30c75142..b146631127a 100644 --- a/dep/recastnavigation/Detour/DetourNavMesh.h +++ b/dep/recastnavigation/Detour/DetourNavMesh.h @@ -21,7 +21,7 @@ #include "DetourAlloc.h" -#if defined(WIN32) && not defined(__MINGW32__) +#if defined(WIN32) && !defined(__MINGW32__) typedef unsigned __int64 uint64; #else #include <stdint.h> diff --git a/dep/recastnavigation/recast_hotfix1.diff b/dep/recastnavigation/recast_hotfix1.diff index 6e8fc3397e3..d370b0a68c8 100644 --- a/dep/recastnavigation/recast_hotfix1.diff +++ b/dep/recastnavigation/recast_hotfix1.diff @@ -7,7 +7,7 @@ index 52d2c50..99e30c7 100644 #include "DetourAlloc.h" -#ifdef WIN32 -+#if defined(WIN32) && not defined(__MINGW32__) ++#if defined(WIN32) && !defined(__MINGW32__) typedef unsigned __int64 uint64; #else #include <stdint.h> |
