Added XBOX360 support for compactflash

This commit is contained in:
yoshihiropsp 2010-03-26 15:27:39 +00:00
parent cbd71f0b71
commit fb1921507e
1 changed files with 1 additions and 1 deletions

View File

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