From cdde25b597eb4047e9db27bb8bbcf938e4a43cfe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Feb 2005 13:47:17 +0000 Subject: Unified build system to use SOURCES for sim builds too, a single Makefile-look made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 93717ccd06..10daeaf325 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -187,9 +187,7 @@ static const struct plugin_api rockbox_api = { strncasecmp, memset, memcpy, -#ifndef SIMULATOR _ctype_, -#endif atoi, /* sound */ -- cgit v1.2.3