summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-15 21:11:20 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-15 21:11:20 +0000
commitb6c3bc1cc90a05d462abc674ee7fc2f9567be453 (patch)
treed494ecb7266073e631e8aeab64366ccc5b3ad07a /firmware
parent3d0cee8abbaf764958743e8a7851eee94e60a913 (diff)
downloadrockbox-b6c3bc1cc90a05d462abc674ee7fc2f9567be453.tar.gz
rockbox-b6c3bc1cc90a05d462abc674ee7fc2f9567be453.zip
Get checkwps going again, don't mess with sdl in it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26066 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index fc582aac03..db4b3650ee 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -234,7 +234,7 @@ enum {
234 234
235#if !defined(SIMULATOR) && !defined(__PCTOOL__) 235#if !defined(SIMULATOR) && !defined(__PCTOOL__)
236#include "system-target.h" 236#include "system-target.h"
237#else /* SIMULATOR */ 237#elif defined(HAVE_SDL) /* SIMULATOR */
238#include "system-sdl.h" 238#include "system-sdl.h"
239static inline uint16_t swap16(uint16_t value) 239static inline uint16_t swap16(uint16_t value)
240 /* 240 /*