fix checkwps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31040 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
080a746ce3
commit
706575f04b
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ struct font* font_get(int font)
|
||||||
}
|
}
|
||||||
#endif
|
#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 main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
int res;
|
int res;
|
||||||
|
|
Loading…
Reference in a new issue