Chuyu-Team / YY-Thunks

Fix DecodePointer, EncodePointer,RegDeleteKeyEx etc. APIs not found in Windows XP RTM.
MIT License
497 stars 102 forks source link

添加对Win10引入的DPI函数的支持 #8

Closed wangwenx190 closed 3 years ago

wangwenx190 commented 3 years ago

根据https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows,一些传统的函数有了新的能根据DPI调整的版本,比如GetSystemMetricsForDpiAdjustWindowRectExForDpiSystemParametersInfoForDpi等。这些函数不仅不支持Win7~8.1,在低版本的Win10上也不存在。

mingkuang-Chuyu commented 3 years ago

https://github.com/Chuyu-Team/YY-Thunks/releases/tag/v1.0.3-Beta3