mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-11 21:10:50 +00:00
- This wasn't needed.
# Conflicts: # src/win32/i_system.cpp
This commit is contained in:
parent
626ad96257
commit
b3daaaffc8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue