fix APPLICATION build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c89f9d9060
commit
aca6b9e91a
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ static bool skins_initialising = true;
|
||||||
/* App uses the host malloc to manage the buffer */
|
/* App uses the host malloc to manage the buffer */
|
||||||
#ifdef APPLICATION
|
#ifdef APPLICATION
|
||||||
#define skin_buffer NULL
|
#define skin_buffer NULL
|
||||||
|
#define skin_buffer_size 0
|
||||||
void theme_init_buffer(void)
|
void theme_init_buffer(void)
|
||||||
{
|
{
|
||||||
skins_initialising = false;
|
skins_initialising = false;
|
||||||
|
|
Loading…
Reference in a new issue