projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253428f
)
Avoid setting NOWIN98 compiler optimization with VC 7.
author
Karl Schultz
<kschultz@freedesktop.org>
Wed, 28 Jan 2004 19:00:34 +0000
(19:00 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Wed, 28 Jan 2004 19:00:34 +0000
(19:00 +0000)
src/glu/sgi/include/gluos.h
patch
|
blob
|
history
diff --git
a/src/glu/sgi/include/gluos.h
b/src/glu/sgi/include/gluos.h
index 5743b2c2c2c468ad436660dadcd3598e5cfa9a8b..8eaa7a153bd154c31b2323a0fa4c426dcccd8ab8 100644
(file)
--- 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