summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2004-01-28 19:00:34 +0000
committerKarl Schultz <kschultz@freedesktop.org>2004-01-28 19:00:34 +0000
commit1ce9940c79e2f64db8cce04a1fcfa9a5402591ab (patch)
tree8587242c59b8366e903866e9db3150c61df0d132 /src/glu
parent253428f06a45d59cc50c9ccc4c8d17cd8c02c25d (diff)
Avoid setting NOWIN98 compiler optimization with VC 7.
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/include/gluos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/sgi/include/gluos.h b/src/glu/sgi/include/gluos.h
index 5743b2c2c2..8eaa7a153b 100644
--- a/src/glu/sgi/include/gluos.h
+++ b/src/glu/sgi/include/gluos.h
@@ -52,7 +52,7 @@
#pragma warning(disable : 4244)
#pragma warning(disable : 4761)
-#if defined(_MSC_VER) && _MSC_VER >= 1200
+#if defined(_MSC_VER) && _MSC_VER >= 1200 && _MSC_VER < 1300
#pragma comment(linker, "/OPT:NOWIN98")
#endif