diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 11:58:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 11:58:39 +0000 |
commit | f6209cc95961ad7ecc3be0dd95616fe86197a8f7 (patch) | |
tree | bc678919776e101d2f9ff47e55ebfdd35dbf96f0 /uisimulator | |
parent | 77854b7b920b78d1b0b522e57c041812c1db005a (diff) | |
download | rockbox-f6209cc95961ad7ecc3be0dd95616fe86197a8f7.tar.gz rockbox-f6209cc95961ad7ecc3be0dd95616fe86197a8f7.zip |
a little extra poke to get the sim to build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13215 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/lcd-common.c | 8 | ||||
-rw-r--r-- | uisimulator/sdl/sound.c | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c index a50745a334..f9b374cf81 100644 --- a/uisimulator/common/lcd-common.c +++ b/uisimulator/common/lcd-common.c @@ -21,16 +21,8 @@ ****************************************************************************/ #include "lcd-common.h" - #include "lcd.h" - -#if defined(SDL) #include "lcd-sdl.h" -#elif defined(WIN32) -#include "lcd-win32.h" -#else -#include "lcd-x11.h" -#endif void lcd_blit(const fb_data* p_data, int x, int y, int width, int height, int stride) diff --git a/uisimulator/sdl/sound.c b/uisimulator/sdl/sound.c index 96cb9874f5..eec9b3e78b 100644 --- a/uisimulator/sdl/sound.c +++ b/uisimulator/sdl/sound.c @@ -19,8 +19,6 @@ #include "autoconf.h" -#ifdef ROCKBOX_HAS_SIMSOUND /* play sound in sim enabled */ - #include <stdlib.h> #include <stdbool.h> #include <memory.h> @@ -320,5 +318,4 @@ void pcm_postinit(void) { } -#endif /* ROCKBOX_HAS_SIMSOUND */ |