summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-11 16:46:54 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-11 16:46:54 +0000
commit4b949126287ad78063830cd2022e5609d6eae6e3 (patch)
tree15b38adafbff9f93911aa16357193fd52ef1d1b9 /apps/gui/skin_engine/wps_debug.c
parentaa3c676945df2e042c8963aabfea750b4afe4ec9 (diff)
downloadrockbox-4b949126287ad78063830cd2022e5609d6eae6e3.tar.gz
rockbox-4b949126287ad78063830cd2022e5609d6eae6e3.zip
enable skin debug only in the simulator
it's controled by sim --debugwps option git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27389 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index a1ebb837d0..1bb9fbe79f 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -19,7 +19,7 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#if defined(DEBUG) || defined(SIMULATOR) 22#ifdef DEBUG_SKIN_ENGINE
23 23
24#include <stdio.h> 24#include <stdio.h>
25#include <string.h> 25#include <string.h>