From 04b7cefd63ab23defc313ad5accbe4aa00e0165e Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sun, 25 Jan 2009 18:27:17 +0000 Subject: fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19856 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/video.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/video.c') diff --git a/apps/plugins/video.c b/apps/plugins/video.c index bd2ddb5..bcbbb99 100644 --- a/apps/plugins/video.c +++ b/apps/plugins/video.c @@ -31,7 +31,6 @@ #include "system.h" #include "lib/helper.h" -#ifndef SIMULATOR /* not for simulator by now */ #ifdef HAVE_LCD_BITMAP /* and definitely not for the Player, haha */ PLUGIN_HEADER @@ -1026,5 +1025,4 @@ enum plugin_status plugin_start(const void* parameter) } #endif /* #ifdef HAVE_LCD_BITMAP */ -#endif /* #ifndef SIMULATOR */ -- cgit v1.1