summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-19 15:52:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:31 +0100
commit7928689ed7a882db1ab00ad29265fcf1f097732b (patch)
tree1edb52a62bf3a51a4e1208d672b7982f70e402aa /include/GL
parentf9ec61f66d8dd59998abebe0a07b292a68fdc095 (diff)
downloadglut-7928689ed7a882db1ab00ad29265fcf1f097732b.tar.gz
DOS and glide driver updates from Daniel Borca
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/glut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glut.h b/include/GL/glut.h
index 87fd6ce..27d937f 100644
--- a/include/GL/glut.h
+++ b/include/GL/glut.h
@@ -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)