cleanup and some WGL PIXELFORMAT issues
[mesa.git] / src / glut / glx / glut_stroke.c
index a7af66201fe634de91b421a7068368a97b807e2b..7569012ec4e063aee7bec601bdd07323fa02a40e 100644 (file)
@@ -18,7 +18,7 @@ glutStrokeCharacter(GLUTstrokeFont font, int c)
   int i, j;
 
 
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(GLUT_IMPORT_LIB)
   fontinfo = (StrokeFontPtr) __glutFont(font);
 #else
   fontinfo = (StrokeFontPtr) font;