OSDN Git Service

Fix detection of Windows 8.1: Starting with Windows 8.1, the GetVersion(Ex) API has...
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 19 Oct 2013 14:02:22 +0000 (16:02 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 19 Oct 2013 14:02:22 +0000 (16:02 +0200)
commit26d186cdf8f0b5f166cfd9b75b40c6a839bbbe37
treec87860171d1d964d40a38360fd1b1f6bffa70798
parentf47e9c950d41337298ccf13c2b6208962b7bf13b
Fix detection of Windows 8.1: Starting with Windows 8.1, the GetVersion(Ex) API has been broken and will now pretend to be Windows 8.0. Since GetVersion(Ex) can no longer be relied on, we will use VerifyVersionInfo() from now on, in the hope that they won't break this one too.
src/Config.h
src/Global.cpp
src/Global.h