mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix sdl application build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d7cfd76216
commit
9940663f0c
3 changed files with 3 additions and 3 deletions
|
@ -72,8 +72,8 @@
|
||||||
# define rmdir rmdir_uncached
|
# define rmdir rmdir_uncached
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#include "dir_uncached.h"
|
|
||||||
#include "dir-target.h"
|
#include "dir-target.h"
|
||||||
|
#include "dir_uncached.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -30,7 +30,6 @@ struct dirinfo {
|
||||||
unsigned short wrttime;
|
unsigned short wrttime;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef APPLICATION
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
|
||||||
|
@ -91,6 +90,5 @@ extern struct dirent_uncached* readdir_uncached(DIR_UNCACHED* dir);
|
||||||
extern int release_dirs(int volume);
|
extern int release_dirs(int volume);
|
||||||
|
|
||||||
#endif /* DIRFUNCTIONS_DEFINED */
|
#endif /* DIRFUNCTIONS_DEFINED */
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -35,4 +35,6 @@ extern int _closedir(DIR* dir);
|
||||||
extern struct dirent *_readdir(DIR* dir);
|
extern struct dirent *_readdir(DIR* dir);
|
||||||
extern void fat_size(unsigned long *size, unsigned long *free);
|
extern void fat_size(unsigned long *size, unsigned long *free);
|
||||||
|
|
||||||
|
#define DIRFUNCTIONS_DEFINED
|
||||||
|
|
||||||
#endif /* __DIR_TARGET_H__ */
|
#endif /* __DIR_TARGET_H__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue