Home GnuPG

w32: Allow building on Windows with gcc < 12

Description

w32: Allow building on Windows with gcc < 12

* src/spawn-w32.c (_WIN32_WINNT): Define.

With the i686-w64-mingw32-gcc version 12 the default NT version is
10 (0xa00) but the gcc 10 mingw comes defines 5.02. To avoid setting
this in the gcc call as we used to do, we define it here.

Details

Provenance
wernerAuthored on Jun 16 2025, 2:47 PM
Parents
rE0cee6a44f8a2: argparse: Remove a duplicated condition.
Branches
Unknown
Tags
Unknown