Commit 5de723749f6d7f83f243781bfec6ee5f1d3b12aa

Cameron Gutman 2021-11-05T21:06:58

SDL_config_windows.h: detect winsdkver.h using __has_include() __has_include() was added in VS 2017 15.3, so this works out to essentially the same _MSC_VER >= 1911 check we had before for MSVC but works for non-MSVC compilers also.