mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Fixed redefined warning for Windows build
This commit is contained in:
parent
7aa8b548c1
commit
cd36ce80a8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue