2.0.8 Missing _WIN32_WINNT_WIN7 symbol?

Building 2.0.8 on Cygwin/gcc3/XP (yes, I know), src/core/windows/SDL_windows.c fails because _WIN32_WINNT_WIN7 is undefined. Where would that symbol normally be defined?

It should be defined on line 35 of that same file.

#ifndef _WIN32_WINNT_WIN7
#define _WIN32_WINNT_WIN7   0x0601
#endif

Thank you. That was my conclusion, and that’s where I patched it in. FWIW it’s present in the the 12019 snapshot, but it is missing from the distribution tarball as of today.

Hmmm, I don’t see it in the current download either. It’s already been patched though, so I guess not much needs to be done but wait for the devs to release the next version.