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
|
@ -46,7 +46,11 @@
|
|||
u32 functionId;
|
||||
u32 paramsAddress;
|
||||
u32 paramsLength;
|
||||
u32 returnValue;
|
||||
u32 returnValue;
|
||||
|
||||
#ifndef O_BINARY
|
||||
# define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#define IOP_RDONLY 0x0001
|
||||
#define IOP_WRONLY 0x0002
|
||||
|
|
Loading…
Reference in New Issue