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

@ -19,7 +19,6 @@
* KIND, either express or implied.
*
****************************************************************************/
#ifndef SIMULATOR /* not for the simulator */
#include "version.h"
#include "plugin.h"
@ -560,5 +559,3 @@ int main(void)
return PLUGIN_OK;
}
#endif /* SIMULATOR */