mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
make the win32 sim build again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3478 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8985205f6
commit
7b9a36eeff
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@ int win32_rename(char *oldpath, char *newpath);
|
|||
int win32_filesize(int fd);
|
||||
|
||||
#define rename(x,y) win32_rename(x,y)
|
||||
#define filesize(x,y) win32_filesize(x,y)
|
||||
#define filesize(x) win32_filesize(x)
|
||||
|
||||
#include "../../firmware/include/file.h"
|
||||
|
||||
#undef rename
|
||||
#undef filesize
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue