summaryrefslogtreecommitdiffstats
path: root/menu_demo/font.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-09 12:16:08 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-09 12:16:08 (GMT)
commit965ba5edf4b4db7bb32812c59fb0d011ed58e81a (patch)
tree9389fc8431275dc3e6e14fb0f71ffa81dd0791cc /menu_demo/font.c
parentc5b10564f908b791be3830ae5338c8e66c11fa67 (diff)
download2iv55-965ba5edf4b4db7bb32812c59fb0d011ed58e81a.zip
2iv55-965ba5edf4b4db7bb32812c59fb0d011ed58e81a.tar.gz
2iv55-965ba5edf4b4db7bb32812c59fb0d011ed58e81a.tar.bz2
fixed some minor omcpile issues
Diffstat (limited to 'menu_demo/font.c')
-rw-r--r--menu_demo/font.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/menu_demo/font.c b/menu_demo/font.c
index 9d52ada..e3773a5 100644
--- a/menu_demo/font.c
+++ b/menu_demo/font.c
@@ -1,9 +1,13 @@
#ifdef G_OS_WIN32
#define WIN32_LEAN_AND_MEAN 1
- #include <windows.h>
+ #include <windows.h>
+#else
+ #define FALSE 0
+ #define TRUE !FALSE
#endif
-#include <GL/gl.h>
+#include <GL/gl.h>
+#include <string.h>
#include "font.h"
#include "bitmap.h"
@@ -80,4 +84,4 @@ void glPrint(GLint x, GLint y, char *string, struct ColorStruct f_sColor)
glMatrixMode(GL_MODELVIEW);
glPopMatrix();
-} // glPrint \ No newline at end of file
+} // glPrint