diff options
| -rw-r--r-- | tools/checkwps/checkwps.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index ec0262b..bfcb99f 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -245,6 +245,9 @@ struct font* font_get(int font) } #endif +/* This is no longer defined in ROCKBOX builds so just use a huge value */ +#define SKIN_BUFFER_SIZE (200*1024) + int main(int argc, char **argv) { int res; |