From 20feb813236eaf6a844a7aab25a85cb8581fb5a8 Mon Sep 17 00:00:00 2001 From: "sun.chengxiong" Date: Sun, 4 Jan 2026 13:16:30 +0800 Subject: [PATCH] fix: fix compilation error on Windows 10 with SDK 10.0.19041 --- src/win/details/QCefContextPrivate_win.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win/details/QCefContextPrivate_win.cpp b/src/win/details/QCefContextPrivate_win.cpp index 191bc55e..c88fbbce 100644 --- a/src/win/details/QCefContextPrivate_win.cpp +++ b/src/win/details/QCefContextPrivate_win.cpp @@ -1,6 +1,8 @@ #include "../../details/QCefContextPrivate.h" +#define NO_SHLWAPI_ISOS #include +#undef NO_SHLWAPI_ISOS #include #include