DOS and glide driver updates from Daniel Borca
[mesa.git] / src / glut / glx / glut_bitmap.c
index f471167810e67729db4a7ab3161d3a778ce648b3..8fec7f117106e6f61a95b88dfe3c25fa06e75f96 100644 (file)
@@ -16,7 +16,7 @@ glutBitmapCharacter(GLUTbitmapFont font, int c)
   GLint swapbytes, lsbfirst, rowlength;
   GLint skiprows, skippixels, alignment;
 
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(GLUT_IMPORT_LIB)
   fontinfo = (BitmapFontPtr) __glutFont(font);
 #else
   fontinfo = (BitmapFontPtr) font;