summaryrefslogtreecommitdiff
path: root/src/glut/glx/glutstroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/glx/glutstroke.h')
-rw-r--r--src/glut/glx/glutstroke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glutstroke.h b/src/glut/glx/glutstroke.h
index cbc9e15..74b6031 100644
--- a/src/glut/glx/glutstroke.h
+++ b/src/glut/glx/glutstroke.h
@@ -7,7 +7,7 @@
and is provided without guarantee or warrantee expressed or
implied. This program is -not- in the public domain. */
-#if defined(_WIN32)
+#if defined(_MSC_VER)
#pragma warning (disable:4244) /* disable bogus conversion warnings */
#pragma warning (disable:4305) /* VC++ 5.0 version of above warning. */
#endif