Re: improve support for MSVC 9

2012-01-16 Thread Bruno Haible
Stefano Lattarini wrote: > > --- lib/sys_stat.in.h.orig Sun Jan 15 17:32:53 2012 > > +++ lib/sys_stat.in.h Sun Jan 15 17:23:12 2012 > > @@ -62,6 +62,11 @@ > > # include /* mingw64, MSVC 9 */ > > #endif > > > > +/* Native Windows platforms declare umask() in . */ > > +#if 0 && ((defined

Re: improve support for MSVC 9

2012-01-16 Thread Stefano Lattarini
Hi Bruno. On 01/15/2012 05:51 PM, Bruno Haible wrote: > > --- lib/sys_stat.in.h.origSun Jan 15 17:32:53 2012 > +++ lib/sys_stat.in.h Sun Jan 15 17:23:12 2012 > @@ -62,6 +62,11 @@ > # include /* mingw64, MSVC 9 */ > #endif > > +/* Native Windows platforms declare umask() in . */ > +#if 0