SDL/src/video/windows
Ryan C. Gordon 7c667a6f7a windows: Remove references to GetVersionExA (thanks, Andrew Pilley!).
"GetVersionExA is deprecated in windows 8.1 and above's SDK, causing a warning
when building against the win10 SDK. Attached patch cleans up the usage for a
warning-free build.

GetVersionExA was being used to test to see if SDL was running on win9x or
winnt. A quick chat with Ryan on twitter suggested that SDL doesn't
officially support win9x anymore, so the call to this can be outright removed.

As an aside, replacing the call to GetVersionExA with VerifyVersionInfoA (the
recommended path) would have been pointless, as VerifyVersionInfoA only
supports VER_PLATFORM_WIN32_NT and doesn't officially support any other value
for dwPlatformId currently. (And it's probable that win9x SDKs didn't have
VerifyVersionInfo* in them anyway.)"

Fixes Bugzilla #4019.
2018-01-01 19:16:51 -05:00
..
SDL_msctf.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_vkeys.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_windowsclipboard.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_windowsclipboard.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsevents.c Fixed Windows gcc build 2017-12-11 11:47:52 -08:00
SDL_windowsevents.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsframebuffer.c Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_windowsframebuffer.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_windowskeyboard.c windows: Remove references to GetVersionExA (thanks, Andrew Pilley!). 2018-01-01 19:16:51 -05:00
SDL_windowskeyboard.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsmessagebox.c Fixed Windows warning 2017-08-27 22:36:03 -07:00
SDL_windowsmessagebox.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_windowsmodes.c Fixed compiler warning 2017-08-13 20:38:06 -07:00
SDL_windowsmodes.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsmouse.c Removed redundant mouse clean up on quit for some platforms. 2017-05-19 23:30:59 +02:00
SDL_windowsmouse.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsopengl.c windows: Attempt to make Visual Studio not hardcode a call to memset(). 2017-08-25 15:16:39 -04:00
SDL_windowsopengl.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsopengles.c Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_windowsopengles.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsshape.c windows: Changed six internal functions to be static. 2017-04-29 22:50:35 +02:00
SDL_windowsshape.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsvideo.c Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.h 2017-08-28 00:43:14 -07:00
SDL_windowsvideo.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowsvulkan.c Be clear that disabling Vulkan surface support disables the entire SDL Vulkan integration 2017-08-28 00:11:38 -07:00
SDL_windowsvulkan.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
SDL_windowswindow.c Fixed restoring window size when coming out of fullscreen desktop mode. 2017-10-06 21:43:59 -07:00
SDL_windowswindow.h Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
wmmsg.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00