From ec3d83a73213cc1360ebbd350ec1a1be2018c7af Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 30 Apr 2019 03:38:58 +0200 Subject: kill win32-isms --- compat/thread-name.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'compat') 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 # include #else -- cgit v1.2.3