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.