From 6a972e02497d3015236189f72931c3d59fa51755 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Feb 2006 13:37:42 +0000 Subject: Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plasma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plasma.c') diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index ca589d77b6..934def4434 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -24,7 +24,7 @@ #include "plugin.h" -#if defined(HAVE_LCD_BITMAP) && (defined(HAVE_LCD_COLOR) || !defined(SIMULATOR)) +#ifdef HAVE_LCD_BITMAP #ifndef HAVE_LCD_COLOR #include "gray.h" @@ -336,4 +336,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) return ret; } -#endif // HAVE_LCD_BITMAP && (HAVE_LCD_COLOR || !SIMULATOR) +#endif /* HAVE_LCD_BITMAP */ -- cgit v1.2.3