windows related build problem

This commit is contained in:
Christian Kroll 2010-08-09 11:58:50 +00:00
parent 154beecbcf
commit 37592bf62b
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
#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 MAX_FONTS 1
font fonts[MAX_FONTS];