From 70bdbe2736d409f381d8bab96ad6721bb403d286 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Thu, 23 Jun 2016 12:33:30 +0100 Subject: [PATCH] #4978 Removed hack causing problems with VS2015 --- src/gui/src/MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/src/MainWindow.cpp b/src/gui/src/MainWindow.cpp index bfe042c6..be41067a 100644 --- a/src/gui/src/MainWindow.cpp +++ b/src/gui/src/MainWindow.cpp @@ -52,7 +52,6 @@ #endif #if defined(Q_OS_WIN) -#define _WIN32_WINNT 0x0501 #define WIN32_LEAN_AND_MEAN #include #endif