bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: improve support for MSVC 9


From: Bruno Haible
Subject: Re: improve support for MSVC 9
Date: Mon, 16 Jan 2012 21:36:19 +0100
User-agent: KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; )

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 <direct.h> /* mingw64, MSVC 9 */
> >  #endif
> >  
> > +/* Native Windows platforms declare umask() in <io.h>.  */
> > +#if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
> >
> "# if 0"?  Is this a typo, or am I missing something?

It's a placeholder for the day when gnulib supports a replacement for
umask().

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]