summaryrefslogtreecommitdiffstats
path: root/toolkit/xre
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-19 12:28:15 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-19 12:28:55 +0100
commit8f1c9fe4f01aaea54512fa96a296a6c0e3877404 (patch)
treef9ad5ecb8b062b0df3bbe2f63ae9fbb82f38fb5a /toolkit/xre
parent66248cfbcc35c313412983cd66024c0db847cbd1 (diff)
downloadUXP-8f1c9fe4f01aaea54512fa96a296a6c0e3877404.tar
UXP-8f1c9fe4f01aaea54512fa96a296a6c0e3877404.tar.gz
UXP-8f1c9fe4f01aaea54512fa96a296a6c0e3877404.tar.lz
UXP-8f1c9fe4f01aaea54512fa96a296a6c0e3877404.tar.xz
UXP-8f1c9fe4f01aaea54512fa96a296a6c0e3877404.zip
Remove always-false #if WINVER < 0x0600 (Windows Vista) check in toolkit/win.
Diffstat (limited to 'toolkit/xre')
-rw-r--r--toolkit/xre/test/win/TestDllInterceptor.cpp5
1 files changed, 0 insertions, 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 <shlobj.h>
#include <stdio.h>