1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thomas Martitz 2010-05-15 21:11:20 +00:00
parent 3d0cee8abb
commit b6c3bc1cc9

View file

@ -234,7 +234,7 @@ enum {
#if !defined(SIMULATOR) && !defined(__PCTOOL__) #if !defined(SIMULATOR) && !defined(__PCTOOL__)
#include "system-target.h" #include "system-target.h"
#else /* SIMULATOR */ #elif defined(HAVE_SDL) /* SIMULATOR */
#include "system-sdl.h" #include "system-sdl.h"
static inline uint16_t swap16(uint16_t value) static inline uint16_t swap16(uint16_t value)
/* /*