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: Stefano Lattarini
Subject: Re: improve support for MSVC 9
Date: Mon, 16 Jan 2012 09:13:40 +0100

Hi Bruno.

On 01/15/2012 05:51 PM, Bruno Haible 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?

Regards,
  Stefano



reply via email to

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