forked from len0rd/rockbox
sdl: Fixes for the SDL apps, so they support building simulator on Windows
Change-Id: I277d391482a80e5bf9dd8049cd3b78c5cae7205e
This commit is contained in:
parent
349e111c81
commit
722ddcf6ba
6 changed files with 15 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
#define read(a, b, c) rb->read((a), (b), (c))
|
||||
#define write(a, b, c) rb->write((a), (b), (c))
|
||||
#define close(a) rb->close(a)
|
||||
#define itoa wolf3d_itoa
|
||||
#define ltoa wolf3d_ltoa
|
||||
|
||||
#if !defined O_BINARY
|
||||
# define O_BINARY 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue