Blender Git Loki
Git Commits -> Revision aebeb85
Revision aebeb85 by Ray molenkamp (master) May 31, 2021, 14:56 (GMT) |
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 |
Commit Details:
Full Hash: aebeb85fe013a671f71f47d6f210c192598f408f
Parent Commit: d67c13c
Lines Changed: +9, -279
5 Modified Paths:
/build_files/cmake/platform/platform_win32.cmake (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+3, -70) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+3, -32) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+0, -168) (Diff)
/release/windows/manifest/blender.exe.manifest.in (+0, -6) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+3, -70) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+3, -32) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+0, -168) (Diff)
/release/windows/manifest/blender.exe.manifest.in (+0, -6) (Diff)