windows related build problem
This commit is contained in:
parent
154beecbcf
commit
37592bf62b
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue