mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Readd G3D-v8.0_hotfix9.diff that slipped through thanks to .gitignore
This commit is contained in:
13
dep/g3dlite/G3D-v8.0_hotfix9.diff
Normal file
13
dep/g3dlite/G3D-v8.0_hotfix9.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/dep/g3dlite/include/G3D/g3dmath.h b/dep/g3dlite/include/G3D/g3dmath.h
|
||||
index b0c98ae..4be723c 100644
|
||||
--- a/dep/g3dlite/include/G3D/g3dmath.h
|
||||
+++ b/dep/g3dlite/include/G3D/g3dmath.h
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <limits>
|
||||
#include <stdlib.h>
|
||||
|
||||
-#ifdef _MSC_VER
|
||||
+#if defined(_MSC_VER) && (_MSC_VER < 1000)
|
||||
// Visual Studio is missing inttypes.h
|
||||
# ifndef PRId64
|
||||
# define PRId64 "I64d"
|
||||
Reference in New Issue
Block a user