commit | 1ce9940c79e2f64db8cce04a1fcfa9a5402591ab | [log] [tgz] |
---|---|---|
author | Karl Schultz <kschultz@freedesktop.org> | Wed Jan 28 19:00:34 2004 +0000 |
committer | Karl Schultz <kschultz@freedesktop.org> | Wed Jan 28 19:00:34 2004 +0000 |
tree | 8587242c59b8366e903866e9db3150c61df0d132 | |
parent | 253428f06a45d59cc50c9ccc4c8d17cd8c02c25d [diff] |
Avoid setting NOWIN98 compiler optimization with VC 7.
diff --git a/src/glu/sgi/include/gluos.h b/src/glu/sgi/include/gluos.h index 5743b2c..8eaa7a1 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