Fixed redefined warning for Windows build

This commit is contained in:
thunder2 2022-01-03 12:22:10 +01:00
parent 7aa8b548c1
commit cd36ce80a8

View File

@ -34,6 +34,7 @@
#include <string>
// For win32 systems (tested on MingW+Ubuntu)
#undef stat64
#define stat64 _stati64
// Should be in Iphlpapi.h, but mingw doesn't seem to have these