- This wasn't needed.

# Conflicts:
#	src/win32/i_system.cpp
This commit is contained in:
drfrag 2020-11-23 23:04:28 +01:00
parent 626ad96257
commit b3daaaffc8

View file

@ -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