diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 12:28:15 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-19 12:28:55 +0100 |
commit | 8f1c9fe4f01aaea54512fa96a296a6c0e3877404 (patch) | |
tree | f9ad5ecb8b062b0df3bbe2f63ae9fbb82f38fb5a /toolkit/xre/test/win | |
parent | 66248cfbcc35c313412983cd66024c0db847cbd1 (diff) | |
download | UXP-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/test/win')
-rw-r--r-- | toolkit/xre/test/win/TestDllInterceptor.cpp | 5 |
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> |