Re: [PATCH 3/3] MSVC: fix stat definition hell

2013-09-11 Thread Sebastian Schuberth
On 11.09.2013 01:23, Karsten Blees wrote: In msvc.h, there's a couple of stat related functions defined diffently from mingw.h. When we remove these definitions, the only problem we get is warning C4005: '_stati64' : macro redefinition for this line in mingw.h: #define _stati64(x,y)

Re: [PATCH 3/3] MSVC: fix stat definition hell

2013-09-10 Thread Eric Sunshine
On Tue, Sep 10, 2013 at 7:23 PM, Karsten Blees karsten.bl...@gmail.com wrote: In msvc.h, there's a couple of stat related functions defined diffently s/diffently/differently/ from mingw.h. When we remove these definitions, the only problem we get is warning C4005: '_stati64' : macro