diff --git a/src/win32/i_system.cpp b/src/win32/i_system.cpp index a360a226a..f4fca453c 100644 --- a/src/win32/i_system.cpp +++ b/src/win32/i_system.cpp @@ -1233,7 +1233,6 @@ FString I_GetLongPathName(const FString &shortpath) return longpath; } -#ifdef _WIN32 //========================================================================== // // _stat64 @@ -1261,4 +1260,3 @@ int my_wstat64(const wchar_t *path, struct _stat64 *buffer) buffer->st_ctime = (*(uint64_t*)&data.ftCreationTime) / 10000000 - 11644473600LL; return 0; } -#endif