From b3daaaffc8e958a3746d83bdeb3266b45e629d6b Mon Sep 17 00:00:00 2001 From: drfrag Date: Mon, 23 Nov 2020 23:04:28 +0100 Subject: [PATCH] - This wasn't needed. # Conflicts: # src/win32/i_system.cpp --- src/win32/i_system.cpp | 2 -- 1 file changed, 2 deletions(-) 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