mirror of
https://github.com/libretro/RetroArch
synced 2025-01-15 23:02:24 +00:00
(Xbox 1) Use xtl.h for Xbox 1 too
This commit is contained in:
parent
fd31071451
commit
675b033eba
5
file.c
5
file.c
@ -26,15 +26,12 @@
|
||||
#include "compat/strl.h"
|
||||
#include "hash.h"
|
||||
|
||||
#ifdef _XBOX360
|
||||
#include <xtl.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <windows.h>
|
||||
#elif defined(_XBOX)
|
||||
#include <xtl.h>
|
||||
#define setmode _setmode
|
||||
#define INVALID_FILE_ATTRIBUTES -1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user