aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite
diff options
context:
space:
mode:
authorleak <leak@bitmx.net>2014-07-17 20:13:32 +0200
committerleak <leak@bitmx.net>2014-07-17 20:13:32 +0200
commit784676859b997ffc58f63cc04a951c44d5fb685a (patch)
tree49c693107338f18761879d73c396388da1ead198 /dep/g3dlite
parent7977a06fe593b1ce1d93aa141cb1807956f5fe9b (diff)
Readd G3D-v8.0_hotfix9.diff that slipped through thanks to .gitignore
Diffstat (limited to 'dep/g3dlite')
-rw-r--r--dep/g3dlite/G3D-v8.0_hotfix9.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/dep/g3dlite/G3D-v8.0_hotfix9.diff b/dep/g3dlite/G3D-v8.0_hotfix9.diff
new file mode 100644
index 00000000000..a9021981e1c
--- /dev/null
+++ b/dep/g3dlite/G3D-v8.0_hotfix9.diff
@@ -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"