Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke committed Feb 5, 2025
1 parent 9600745 commit 0c666b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Gui/FramelessWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
#endif

#ifdef Q_OS_WIN

Check warning on line 28 in src/Gui/FramelessWindow.cpp

View workflow job for this annotation

GitHub Actions / Lint / Lint

Include qglobal.h before testing Q_OS_ macros [-Wclazy-qt-macros]
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0601
#endif

#include <windows.h>
#include <WinUser.h>
#include <windowsx.h>
Expand Down

0 comments on commit 0c666b5

Please sign in to comment.