bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2] win32: don't force _WIN32_WINNT to a lower version


From: Bruno Haible
Subject: Re: [PATCH v2] win32: don't force _WIN32_WINNT to a lower version
Date: Tue, 26 May 2020 22:38:53 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; )

Hi Steve,

>  
>  /* Ensure that <windows.h> declares GetFileSizeEx.  */
> +#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0500
>  #  undef _WIN32_WINNT
>  #  define _WIN32_WINNT _WIN32_WINNT_WIN2K
> +#endif
>  

What do you gain by this? What does it bring to compile this code
with a higher _WIN32_WINNT value?

Bruno




reply via email to

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