1
0
Fork 0
forked from len0rd/rockbox

not yet for V2

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2003-11-25 23:33:05 +00:00
parent 53989844b4
commit 7dfe57b92e

View file

@ -21,8 +21,8 @@
****************************************************************************/
#include "plugin.h"
/* Only build for target */
#ifndef SIMULATOR
#ifndef SIMULATOR /* Only build for target */
#ifndef ARCHOS_RECORDERV2 /* not for those yet */
/* define DUMMY if you only want to "play" with the UI, does no harm */
/* #define DUMMY */
@ -872,4 +872,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
return PLUGIN_OK;
}
#endif /* #ifndef ARCHOS_RECORDERV2 */
#endif /* #ifndef SIMULATOR */