summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-10-04 15:58:33 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-10-04 15:58:33 +0000
commitf8acbed50d96d35d2a354f1fe7e81594d79a3186 (patch)
tree53a30520fffce4b53ed8a37ea181ccd1c9696ca2 /src/glu
parenta42e7c9172f1c41dd15da739274cb83a827c31a3 (diff)
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/include/gluos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glu/sgi/include/gluos.h b/src/glu/sgi/include/gluos.h
index f8c80826c7..bfa3338706 100644
--- a/src/glu/sgi/include/gluos.h
+++ b/src/glu/sgi/include/gluos.h
@@ -1,7 +1,7 @@
/*
** gluos.h - operating system dependencies for GLU
**
-** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.3 2001/07/16 15:46:42 brianp Exp $
+** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.4 2002/10/04 15:58:33 kschultz Exp $
*/
#ifdef __VMS
#ifdef __cplusplus
@@ -33,7 +33,9 @@
#pragma warning(disable : 4244)
#pragma warning(disable : 4761)
+#if defined(_MSC_VER) && _MSC_VER >= 1200
#pragma comment(linker, "/OPT:NOWIN98")
+#endif
#else