summaryrefslogtreecommitdiff
path: root/src/include
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
commit285f43f8e103f92721f0caec866aefe03c2a207e (patch)
tree47859a890ee4b70cffe2c13a561d7396eb25b549 /src/include
parent1c026040e2e2c7e31467108b63f0468049cb8dbe (diff)
downloadglu-285f43f8e103f92721f0caec866aefe03c2a207e.tar.gz
Avoid setting NOWIN98 compiler optimization with VC 7.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gluos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gluos.h b/src/include/gluos.h
index 5743b2c..8eaa7a1 100644
--- a/src/include/gluos.h
+++ b/src/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