DOS and glide driver updates from Daniel Borca
[mesa.git] / include / GL / glut.h
index 87fd6cee6c9cd76e3e4ee44836520c54300669e5..27d937f7ce809ad466022cca98bfb48e5f677d20 100644 (file)
@@ -350,7 +350,7 @@ WGLAPI int   GLAPIENTRY SetPixelFormat(HDC,int,const PIXELFORMATDESCRIPTOR *);
 #define GLUT_NORMAL                    0
 #define GLUT_OVERLAY                   1
 
-#if defined(_WIN32)
+#if defined(_WIN32) || defined (GLUT_IMPORT_LIB)
 /* Stroke font constants (use these in GLUT program). */
 #define GLUT_STROKE_ROMAN              ((void*)0)
 #define GLUT_STROKE_MONO_ROMAN         ((void*)1)