Zhao Yuhang
2025-03-09 a1c500e1dd254445e7bc153f4e0f049cabab35a0
add missing Win10 API
1个文件已修改
1 ■■■■ 已修改文件
src/core/shared/qwkwindowsextra_p.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/shared/qwkwindowsextra_p.h
@@ -51,6 +51,7 @@
extern "C" {
    UINT    WINAPI GetDpiForWindow(HWND);
    int     WINAPI GetSystemMetricsForDpi(int, UINT);
    BOOL    WINAPI AdjustWindowRectExForDpi(LPRECT, DWORD, BOOL, DWORD, UINT);
    HRESULT WINAPI GetDpiForMonitor(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *);
    HRESULT WINAPI DwmFlush();
    HRESULT WINAPI DwmIsCompositionEnabled(BOOL*);