Added XBOX360 support for compactflash
This commit is contained in:
parent
cbd71f0b71
commit
fb1921507e
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#ifdef WIN32
|
#ifdef _XBOX && WIN32
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#define OPEN_MODE _O_RDWR | _O_BINARY
|
#define OPEN_MODE _O_RDWR | _O_BINARY
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue