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

@ -23,8 +23,6 @@
****************************************************************************/
#include "plugin.h"
#ifndef SIMULATOR /* only for target */
/* define DUMMY if you only want to "play" with the UI, does no harm */
/* #define DUMMY */
@ -1085,4 +1083,3 @@ enum plugin_status plugin_start(const void* parameter)
}
#endif /* ifdef PLATFORM_ID */
#endif /* #ifndef SIMULATOR */