windows related build problem
This commit is contained in:
parent
37592bf62b
commit
5b5008398f
|
@ -15,9 +15,7 @@
|
||||||
#include "font_arial8.h"
|
#include "font_arial8.h"
|
||||||
// #include "font_small6.h"
|
// #include "font_small6.h"
|
||||||
// #include "font_uni53.h"
|
// #include "font_uni53.h"
|
||||||
#ifdef __CYGWIN__
|
|
||||||
#define strtok_r(a, b, c) strtok((a), (b))
|
#define strtok_r(a, b, c) strtok((a), (b))
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_FONTS 1
|
#define MAX_FONTS 1
|
||||||
font fonts[MAX_FONTS];
|
font fonts[MAX_FONTS];
|
||||||
|
|
Loading…
Reference in New Issue