diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-30 03:38:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-30 03:38:58 +0200 |
commit | ec3d83a73213cc1360ebbd350ec1a1be2018c7af (patch) | |
tree | c8b7f32e10db81b9aaf78e9f1fa77abb61810af7 /compat | |
parent | 70e41232d58c0d3a33779bfcb032f76ff42366b5 (diff) |
kill win32-isms
Diffstat (limited to 'compat')
-rw-r--r-- | compat/thread-name.cpp | 3 |
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 |