mirror of https://github.com/PCSX2/pcsx2.git
Linux compilation fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2597 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
50f48c01e6
commit
4b4cdf595f
|
@ -48,6 +48,10 @@ u32 paramsAddress;
|
||||||
u32 paramsLength;
|
u32 paramsLength;
|
||||||
u32 returnValue;
|
u32 returnValue;
|
||||||
|
|
||||||
|
#ifndef O_BINARY
|
||||||
|
# define O_BINARY 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define IOP_RDONLY 0x0001
|
#define IOP_RDONLY 0x0001
|
||||||
#define IOP_WRONLY 0x0002
|
#define IOP_WRONLY 0x0002
|
||||||
#define IOP_RDWR 0x0003
|
#define IOP_RDWR 0x0003
|
||||||
|
|
Loading…
Reference in New Issue