blob: 2b3d61fcf45a6a384f54315a61327579820b9899 [file] [log] [blame]
--- ptex-2.1.28/src/ptex/PtexInt-orig.h 2017-11-23 09:09:35.641123800 -0500
+++ ptex-2.1.28/src/ptex/PtexInt.h 2017-11-23 09:09:55.669889500 -0500
@@ -43,7 +43,7 @@
#if defined(_WIN32) || defined(_WINDOWS) || defined(_MSC_VER)
-#if defined(_MSC_VER) && _MSC_VER >= 1600
+#if defined(_WIN32)
#include <stdint.h>
#else
typedef __int8 int8_t;