diff options
Diffstat (limited to 'widget/windows/LSPAnnotator.cpp')
-rw-r--r-- | widget/windows/LSPAnnotator.cpp | 5 |
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" |