forked from len0rd/rockbox
Oops. Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15046 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ef9abe4385
commit
b8eb2a89ad
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ void dynamic_recompile (struct dynarec_block *newblock);
|
|||
#undef lseek
|
||||
#define lseek(a,b,c) rb->sim_lseek((a),(b),(c))
|
||||
#undef close
|
||||
#define close(a) rb->close((a))
|
||||
#define close(a) rb->sim_close((a))
|
||||
#undef read
|
||||
#define read(a,b,c) rb->sim_read((a),(b),(c))
|
||||
#undef write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue