Fixed off-by-one error in compute_shine_table(). Minor code clean-up
[mesa.git] / src / glut / glx / glut_joy.c
index a6f54f4a6a1a536c9a01f3925c70707daa4407fe..116f0328448489f072bf22bdf6cdbf4b0afce9ae 100644 (file)
@@ -7,7 +7,7 @@
 
 #ifdef _WIN32
 #include <windows.h>
-#ifndef __CYGWIN32
+#ifndef __CYGWIN32__
 #include <mmsystem.h>  /* Win32 Multimedia API header. */
 #endif
 #endif