aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtess/gluos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtess/gluos.h b/libtess/gluos.h
index e776503..3349972 100644
--- a/libtess/gluos.h
+++ b/libtess/gluos.h
@@ -37,7 +37,7 @@
#pragma warning(disable : 4761)
#endif
-#if defined(_MSC_VER) && _MSC_VER >= 1200
+#if defined(_MSC_VER) && _MSC_VER >= 1200 && _MSC_VER < 1400
#pragma comment(linker, "/OPT:NOWIN98")
#endif