summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/thread-name.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/thread-name.cpp b/compat/thread-name.cpp
index a89459d1..da9aacd5 100644
--- a/compat/thread-name.cpp
+++ b/compat/thread-name.cpp
@@ -1,8 +1,5 @@
#include "thread-name.hpp"
#ifdef _WIN32
-# ifndef _WIN32_WINNT
-# define _WIN32_WINNT 0x0501
-# endif
# include <QDebug>
# include <windows.h>
#else