mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
file_util.cpp: Removed unnecessary definitions
This commit is contained in:
parent
33889fec1d
commit
d878bfec3b
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Reference in a new issue