summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-30 03:38:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-30 03:38:58 +0200
commitec3d83a73213cc1360ebbd350ec1a1be2018c7af (patch)
treec8b7f32e10db81b9aaf78e9f1fa77abb61810af7 /compat
parent70e41232d58c0d3a33779bfcb032f76ff42366b5 (diff)
kill win32-isms
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