mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
file_ops.c - cleanups
This commit is contained in:
parent
e7abded26a
commit
93a7ae4493
12
file_ops.c
12
file_ops.c
@ -33,18 +33,6 @@
|
||||
#include <kernel/image.h>
|
||||
#endif
|
||||
|
||||
#if (defined(__CELLOS_LV2__) && !defined(__PSL1GHT__)) || defined(__QNX__) || defined(PSP)
|
||||
#include <unistd.h> /* stat() is defined here */
|
||||
#endif
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
|
||||
#ifndef S_ISDIR
|
||||
#define S_ISDIR(x) (x & 0040000)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifdef _MSC_VER
|
||||
#define setmode _setmode
|
||||
|
Loading…
x
Reference in New Issue
Block a user