diff options
Diffstat (limited to 'tools')
-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 ec0262bfe7..bfcb99f17e 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c | |||
@@ -245,6 +245,9 @@ struct font* font_get(int font) | |||
245 | } | 245 | } |
246 | #endif | 246 | #endif |
247 | 247 | ||
248 | /* This is no longer defined in ROCKBOX builds so just use a huge value */ | ||
249 | #define SKIN_BUFFER_SIZE (200*1024) | ||
250 | |||
248 | int main(int argc, char **argv) | 251 | int main(int argc, char **argv) |
249 | { | 252 | { |
250 | int res; | 253 | int res; |