scummvm/backends/platform/sdl/win32
SupSuper 7bff9176d5 WIN32: Fix incorrect Windows version check
There's no point in testing for Windows 10 since the comparison is already "greater than or equals", and it identifies itself as 6.2 for backwards compatibility. Likely it was failing before because the return type was wrong.

Version checks are unreliable anyways, should use feature checks, but "if it ain't broke don't fix it".
2018-12-16 10:48:13 +00:00
..
win32-main.cpp BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system instance 2018-10-14 21:25:33 +01:00
win32-window.cpp WIN32: Move utility functions to a common wrapper 2018-12-16 10:48:13 +00:00
win32-window.h WIN32: Move utility functions to a common wrapper 2018-12-16 10:48:13 +00:00
win32.cpp WIN32: Add DialogManager with system file browser support 2018-12-16 10:48:13 +00:00
win32.h WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDL 2018-06-03 17:43:30 +01:00
win32.mk WIN32: Move the Windows-specific packaging rules into a separate file 2018-11-15 06:56:53 +00:00
win32_wrapper.cpp WIN32: Fix incorrect Windows version check 2018-12-16 10:48:13 +00:00
win32_wrapper.h WIN32: Add DialogManager with system file browser support 2018-12-16 10:48:13 +00:00