From 8f1c9fe4f01aaea54512fa96a296a6c0e3877404 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 19 Feb 2018 12:28:15 +0100 Subject: Remove always-false #if WINVER < 0x0600 (Windows Vista) check in toolkit/win. --- toolkit/xre/test/win/TestDllInterceptor.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/toolkit/xre/test/win/TestDllInterceptor.cpp b/toolkit/xre/test/win/TestDllInterceptor.cpp index dff71817f..57d68ea77 100644 --- a/toolkit/xre/test/win/TestDllInterceptor.cpp +++ b/toolkit/xre/test/win/TestDllInterceptor.cpp @@ -2,11 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#if _WIN32_WINNT < 0x0600 -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 -#endif - #include #include -- cgit v1.2.3