diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 13:47:17 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 13:47:17 +0000 |
| commit | cdde25b597eb4047e9db27bb8bbcf938e4a43cfe (patch) | |
| tree | d25f47817cc8515228c8ea0eb33ab71bfc2159d4 /apps/plugin.h | |
| parent | f436476f9f0eeae4640197866ea5b5fa068df7e9 (diff) | |
| download | rockbox-cdde25b597eb4047e9db27bb8bbcf938e4a43cfe.zip rockbox-cdde25b597eb4047e9db27bb8bbcf938e4a43cfe.tar.gz rockbox-cdde25b597eb4047e9db27bb8bbcf938e4a43cfe.tar.bz2 rockbox-cdde25b597eb4047e9db27bb8bbcf938e4a43cfe.tar.xz | |
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
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 590d02a..96a9aab 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -211,9 +211,7 @@ struct plugin_api { int (*strncasecmp)(const char *s1, const char *s2, size_t n); void* (*memset)(void *dst, int c, size_t length); void* (*memcpy)(void *out, const void *in, size_t n); -#ifndef SIMULATOR const char *_ctype_; -#endif int (*atoi)(const char *str); /* sound */ |