mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 13:51:12 -05:00
Fixed redefined warning for Windows build
This commit is contained in:
parent
7aa8b548c1
commit
cd36ce80a8
@ -34,6 +34,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
// For win32 systems (tested on MingW+Ubuntu)
|
// For win32 systems (tested on MingW+Ubuntu)
|
||||||
|
#undef stat64
|
||||||
#define stat64 _stati64
|
#define stat64 _stati64
|
||||||
|
|
||||||
// Should be in Iphlpapi.h, but mingw doesn't seem to have these
|
// Should be in Iphlpapi.h, but mingw doesn't seem to have these
|
||||||
|
Loading…
Reference in New Issue
Block a user