From add0de2472f9501fabb4f9bacbd82c0e0f94062f Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 12 Nov 2014 16:00:40 +0100 Subject: [PATCH] Overhaul of the Windows version detection code + added support for Windows 10 (Technical Preview). --- doc/Changelog.html | 1 + src/Config.h | 2 +- src/Global.h | 14 ++++++---- src/Global_Win32.cpp | 79 ++++++++++++++++++++++++++++++---------------------- 4 files changed, 55 insertions(+), 41 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 3bec82fa..586bf729 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -26,6 +26,7 @@ a:visited { color: #0000EE; }
  • Updated Vorbis decoder to OggDec v1.10.1 (2014-06-25), using libVorbis v1.3.4
  • Updated GnuPG to v1.4.18 (2014-06-30), compiled with GCC 4.9.1
  • Fixed potential crash in Cue Sheet importer (occurred when *all* input files were missing) +
  • Experimental support for Windows 10 Technical Preview
    Changes between v4.09 and v4.10 [2014-06-23]: