windows related build problem

This commit is contained in:
Christian Kroll 2010-08-09 12:00:35 +00:00
parent 37592bf62b
commit 5b5008398f
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@
#include "font_arial8.h"
// #include "font_small6.h"
// #include "font_uni53.h"
#ifdef __CYGWIN__
#define strtok_r(a, b, c) strtok((a), (b))
#endif
#define strtok_r(a, b, c) strtok((a), (b))
#define MAX_FONTS 1
font fonts[MAX_FONTS];