Linux compilation fix.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2597 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-02-15 22:43:31 +00:00
parent 50f48c01e6
commit 4b4cdf595f
1 changed files with 5 additions and 1 deletions

View File

@ -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