From aebeb85fe013a671f71f47d6f210c192598f408f Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Mon, 31 May 2021 08:56:57 -0600 Subject: Windows: Clean-up win 8/8.1 API use For 2.93 we bumped the minimum windows requirement to windows 8.1, but did not do any clean-up of any win 8/8.1 API usage we dynamically accessed though LoadLibrary/GetProcAddress. This patch bumps _WIN32_WINNT to 0x0603 (win 8.1) and cleans up any API use that was accessed in a more convoluted way than necessary Differential Revision: https://developer.blender.org/D11331 Reviewed by: harley, nicholas_rishel --- release/windows/manifest/blender.exe.manifest.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'release/windows') diff --git a/release/windows/manifest/blender.exe.manifest.in b/release/windows/manifest/blender.exe.manifest.in index e73ddf3267b..b516efe24cb 100644 --- a/release/windows/manifest/blender.exe.manifest.in +++ b/release/windows/manifest/blender.exe.manifest.in @@ -13,12 +13,6 @@ - - - - - - -- cgit v1.2.3