summaryrefslogtreecommitdiffstats
path: root/widget/windows/LSPAnnotator.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-19 12:27:14 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-19 12:27:14 +0100
commit66248cfbcc35c313412983cd66024c0db847cbd1 (patch)
tree0ece279bd16fe33992162390972682fa3e3cb3ff /widget/windows/LSPAnnotator.cpp
parentee70e3a3661748efbf713e3469e3ee33feae3978 (diff)
downloadUXP-66248cfbcc35c313412983cd66024c0db847cbd1.tar
UXP-66248cfbcc35c313412983cd66024c0db847cbd1.tar.gz
UXP-66248cfbcc35c313412983cd66024c0db847cbd1.tar.lz
UXP-66248cfbcc35c313412983cd66024c0db847cbd1.tar.xz
UXP-66248cfbcc35c313412983cd66024c0db847cbd1.zip
Remove always-false #if WINVER < 0x0600 (Windows Vista) checks in widget/windows.
Diffstat (limited to 'widget/windows/LSPAnnotator.cpp')
-rw-r--r--widget/windows/LSPAnnotator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/widget/windows/LSPAnnotator.cpp b/widget/windows/LSPAnnotator.cpp
index de4a40d2a..97f6e5b50 100644
--- a/widget/windows/LSPAnnotator.cpp
+++ b/widget/windows/LSPAnnotator.cpp
@@ -11,11 +11,6 @@
* on machines with several LSPs.
*/
-#if _WIN32_WINNT < 0x0600
-// Redefining _WIN32_WINNT for some Vista APIs that we call
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0600
-#endif
#include "nsICrashReporter.h"
#include "nsISupportsImpl.h"
#include "nsServiceManagerUtils.h"