Include windows.h first as it's special

This commit is contained in:
John Maguire 2020-09-18 15:57:59 +01:00 committed by John Maguire
parent 341dc7326f
commit 2172732b1e
1 changed files with 3 additions and 1 deletions

View File

@ -26,9 +26,11 @@
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#endif
// clang-format off
#include <windows.h>
#include <commctrl.h>
#include <shobjidl.h>
#include <windows.h>
// clang-format on
#endif // Q_OS_WIN32
const int Windows7ThumbBar::kIconSize = 16;