mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
* 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
* Revert "Call SetProcessDpiAwareness via GetProcAddress to preserve Windows 7 compatibility"
This reverts commit
|
||
|---|---|---|
| .. | ||
| 4JLibs | ||
| GameConfig | ||
| Iggy | ||
| Leaderboards | ||
| Miles | ||
| Sentient | ||
| Social | ||
| Sound | ||
| XML | ||
| KeyboardMouseInput.cpp | ||
| KeyboardMouseInput.h | ||
| Minecraft_Macros.h | ||
| Resource.h | ||
| Windows64_App.cpp | ||
| Windows64_App.h | ||
| Windows64_Minecraft.cpp | ||
| Windows64_UIController.cpp | ||
| Windows64_UIController.h | ||
| Xbox_BuildVer.h | ||