summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-13 14:01:41 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-13 14:01:41 +0000
commit0c458c043a2e95cfed15d143ff0053b44b6a425c (patch)
tree3f4cdfa76f06d593322c64b34cbdc9d889e02f6c /apps/plugins/viewer.c
parentae9b319ec555fd9b33c5c37b68b5578442e9de9f (diff)
downloadrockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.tar.gz
rockbox-0c458c043a2e95cfed15d143ff0053b44b6a425c.zip
The plugin API now supports ctype macros like tolower() and friends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4872 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index d8d6b516bd..a593da28e7 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -18,17 +18,8 @@
18 * 18 *
19 ****************************************************************************/ 19 ****************************************************************************/
20#include "plugin.h" 20#include "plugin.h"
21
22#ifdef HAVE_LCD_BITMAP
23#include "recorder/widgets.h"
24#endif
25
26#include <ctype.h> 21#include <ctype.h>
27 22
28#ifndef SIMULATOR
29#include <ctype.c>
30#endif
31
32#if PLUGIN_API_VERSION < 3 23#if PLUGIN_API_VERSION < 3
33#error Scrollbar function requires PLUGIN_API_VERSION 3 at least 24#error Scrollbar function requires PLUGIN_API_VERSION 3 at least
34#endif 25#endif