forked from len0rd/rockbox
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
between uisimulator files and firmware/apps files are better done. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6031 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
376057d2b6
commit
22b7701fe7
33 changed files with 327 additions and 339 deletions
|
@ -39,7 +39,6 @@ int vsnprintf (char *buf, int size, const char *fmt, __VALIST ap);
|
|||
#ifdef SIMULATOR
|
||||
typedef void FILE;
|
||||
int vfprintf(FILE *stream, const char *format, __VALIST ap);
|
||||
int fprintf(FILE *stream, const char *format, ...);
|
||||
#ifdef WIN32
|
||||
#define FILENAME_MAX 260 /* ugly hard-coded value of a limit that is set
|
||||
in file.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue