From 0c666b5afc466c4c11581fa89de59bc92bd0616f Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Wed, 5 Feb 2025 15:03:05 +0100 Subject: [PATCH] s --- src/Gui/FramelessWindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Gui/FramelessWindow.cpp b/src/Gui/FramelessWindow.cpp index 31d6628a4ec5e..543aee754ce8c 100644 --- a/src/Gui/FramelessWindow.cpp +++ b/src/Gui/FramelessWindow.cpp @@ -26,6 +26,10 @@ #endif #ifdef Q_OS_WIN + #ifndef _WIN32_WINNT + #define _WIN32_WINNT 0x0601 + #endif + #include #include #include