From 851c2709a35062643c4fa7d438e7e1cbb9ace809 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Fri, 16 May 2025 16:59:09 +0100 Subject: [PATCH] file_util.cpp: Removed unnecessary definitions --- src/common/file_util.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index 3907f72a8..847cdad55 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp @@ -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