1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andrew Mahone 2009-01-25 18:27:17 +00:00
parent 6343111e00
commit 04b7cefd63
8 changed files with 12 additions and 28 deletions

View file

@ -21,9 +21,6 @@
****************************************************************************/
#include "plugin.h"
/* Only build for (correct) target */
#ifdef HAVE_LCD_BITMAP
PLUGIN_HEADER
#define EXTERN static
@ -1456,4 +1453,3 @@ enum plugin_status plugin_start(const void* parameter)
else
return PLUGIN_ERROR;
}
#endif /* #ifdef HAVE_LCD_BITMAP */