mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
use new path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3220 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e597ca4732
commit
83131fa6e7
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ typedef void DIR;
|
|||
|
||||
#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */
|
||||
#define dirent x11_dirent
|
||||
#include "../../firmware/common/dir.h"
|
||||
#include "../../firmware/include/dir.h"
|
||||
#undef dirent
|
||||
|
||||
typedef void * MYDIR;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ int x11_rename(char *oldpath, char *newpath);
|
|||
#define remove(x) x11_remove(x)
|
||||
#define rename(x,y) x11_rename(x,y)
|
||||
|
||||
#include "../../firmware/common/file.h"
|
||||
#include "../../firmware/include/file.h"
|
||||
|
||||
extern int open(char* pathname, int flags);
|
||||
extern int close(int fd);
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#define DIRFUNCTIONS_DEFINED /* prevent those prototypes */
|
||||
#define dirent x11_dirent
|
||||
#include "../../firmware/common/dir.h"
|
||||
#include "../../firmware/include/dir.h"
|
||||
#undef dirent
|
||||
|
||||
#define SIMULATOR_ARCHOS_ROOT "archos"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue