diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-01-03 21:18:08 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-01-03 21:21:01 +0100 |
commit | 7e7fcb7ee614be44589d0ca90e7785a4efcf1457 (patch) | |
tree | 6eef24ed7326ba2a55ebb03f824477b625aff854 /desktop | |
parent | f3a6d9ad23375e4ed8a687f3c7b65bddd872813c (diff) |
desktop: remove unnecessary #define _WIN32_WINNT 0x0501
gb_OSDEFS already globally sets at least 0x0502
Change-Id: I52b75dc114eb498232faeb70ec75948ad01d3675
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 4 | ||||
-rw-r--r-- | desktop/win32/source/officeloader/officeloader.cxx | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 3c904ac3b3b2..26ce7085f3e4 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -27,10 +27,6 @@ #include "cmdlinehelp.hxx" #ifdef _WIN32 -#if _WIN32_WINNT < 0x0501 -// For AttachConsole() and MAPVK_VK_TO_VSC -#define _WIN32_WINNT 0x0501 -#endif #include "windows.h" #include "io.h" #include "fcntl.h" diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index 25f35374e119..e841e8769328 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -23,9 +23,6 @@ #include <cstddef> #include <cwchar> -#if _WIN32_WINNT < 0x0501 -#define _WIN32_WINNT 0x0501 -#endif #define WIN32_LEAN_AND_MEAN #if defined _MSC_VER #pragma warning(push, 1) |