From b2d1eceb415241d87ede5c169a27589c2b70597d Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 15 Aug 2011 15:34:44 +0200 Subject: [PATCH] Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000. --- doc/Changelog.html | 1 + .../EncodePointer/lib/EncodePointer.lib | Bin 0 -> 1560 bytes etc/Translation/Blank.ts | 8 ++++---- etc/Translation/LameXP_DE.ts | 4 ++-- etc/Translation/LameXP_ES.ts | 4 ++-- etc/Translation/LameXP_FR.ts | 4 ++-- etc/Translation/LameXP_IT.ts | 2 +- etc/Translation/LameXP_KR.ts | 4 ++-- etc/Translation/LameXP_RU.ts | 4 ++-- etc/Translation/LameXP_UK.ts | 4 ++-- res/localization/LameXP_DE.qm | Bin 70283 -> 70107 bytes res/localization/LameXP_ES.qm | Bin 67293 -> 67107 bytes res/localization/LameXP_FR.qm | Bin 66255 -> 66069 bytes res/localization/LameXP_KR.qm | Bin 45618 -> 45460 bytes res/localization/LameXP_RU.qm | Bin 56289 -> 56091 bytes res/localization/LameXP_UK.qm | Bin 71210 -> 70994 bytes src/Config.h | 2 +- 17 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 etc/Prerequisites/EncodePointer/lib/EncodePointer.lib diff --git a/doc/Changelog.html b/doc/Changelog.html index 7459b6ba..33b988dc 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -28,6 +28,7 @@ a:visited { color: #0000EE; }
  • Fixed Cue Sheet import for tracks with certain characters in the title
  • Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
  • Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only) +
  • Restored Windows 2000 support with Visual Studio 2010 (this is experimental!)
    Changes between v4.01 and v4.02: