summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/skin_parser/skin_buffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/skin_parser/skin_buffer.c b/lib/skin_parser/skin_buffer.c
index 05a46658d4..0045b3c4c7 100644
--- a/lib/skin_parser/skin_buffer.c
+++ b/lib/skin_parser/skin_buffer.c
@@ -46,11 +46,11 @@
46#ifdef ROCKBOX 46#ifdef ROCKBOX
47#include "config.h" 47#include "config.h"
48 48
49# if (CONFIG_PLATFORM&PLATFORM_HOSTED) 49#ifdef APPLICATION
50# define USE_HOST_MALLOC 50# define USE_HOST_MALLOC
51# else 51#else
52# define USE_ROCKBOX_ALLOC 52# define USE_ROCKBOX_ALLOC
53# endif 53#endif
54 54
55#endif 55#endif
56 56