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

@ -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 */