mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
file_util.cpp: Removed unnecessary definitions
This commit is contained in:
parent
33889fec1d
commit
d878bfec3b
@ -45,12 +45,6 @@
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
||||
// 64 bit offsets for MSVC and MinGW. MinGW also needs this for using _wstat64
|
||||
#ifndef __MINGW64__
|
||||
#define stat _stat64
|
||||
#define fstat _fstat64
|
||||
#endif
|
||||
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
#include <sys/param.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user