Eli Zaretskii wrote: > And Gnulib > is a library, so it is IMO wrong for it to decide for the applications > on what OS they can and cannot run.
But Gnulib is a *source-code* library. No one compiles Gnulib binaries separately from the application binaries. So, the setting of _WIN32_WINNT that Gnulib source code sees is the same as the one that the surrounding application sees. Bruno
