From 5e819cf04bd614f44a873b5b828e58a7488f9c73 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 17 Jul 2022 01:16:10 +0200 Subject: [PATCH] Remove defining _WIN32_WINNT --- src/core/windows7thumbbar.cpp | 4 ---- src/main.cpp | 3 --- 2 files changed, 7 deletions(-) diff --git a/src/core/windows7thumbbar.cpp b/src/core/windows7thumbbar.cpp index adbe560df..2a6969656 100644 --- a/src/core/windows7thumbbar.cpp +++ b/src/core/windows7thumbbar.cpp @@ -29,10 +29,6 @@ #include #include -#ifndef _WIN32_WINNT -# define _WIN32_WINNT 0x0600 -#endif - #include #include #include diff --git a/src/main.cpp b/src/main.cpp index 057d291bc..d0a70f706 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,9 +39,6 @@ #endif #ifdef Q_OS_WIN32 -# ifndef _WIN32_WINNT -# define _WIN32_WINNT 0x0600 -# endif # include # include #endif // Q_OS_WIN32