diff options
-rw-r--r-- | dep/g3dlite/G3D-v8.0_hotfix9.diff | 13 |
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" |