Files
MinecraftConsoles/CMakeLists.txt
void_17 f1f397fdbe Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility
Shcore.dll and SetProcessDpiAwareness were introduced in Windows 8 and higher, so to keep compatibility with Windows 7, we use GetProcAddress to call this function dynamically, avoiding linker writing binary dependency on shcore.dll in the import table
2026-03-03 01:11:35 +07:00

3.5 KiB