forked from len0rd/rockbox
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
This commit is contained in:
parent
ae9b319ec5
commit
0c458c043a
4 changed files with 17 additions and 17 deletions
|
@ -18,17 +18,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "recorder/widgets.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#include <ctype.c>
|
||||
#endif
|
||||
|
||||
#if PLUGIN_API_VERSION < 3
|
||||
#error Scrollbar function requires PLUGIN_API_VERSION 3 at least
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue