summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-10-10 19:36:11 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2018-10-11 00:55:03 +0200
commitc8481c8a43ce2544275b2d70ef29a8b0cb157732 (patch)
tree0de0d51a749414f1ec6107cb091c9a7e917d8672 /sfx2
parent40e22f1e1bd44a1aa56ff77b82f1306ed1076ebf (diff)
Drop duplicate WINVER and _WIN32_WINNT defines
Just keep the definition of _WIN32_WINNT in windows.mk, which claims it automatically derivates WINVER in some sdk header. Change-Id: I0a83e91ffdc9e0fc847433a92a45424fbfcb189c Reviewed-on: https://gerrit.libreoffice.org/61631 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdowniconw32.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx
index 6575d098f1d2..b48b1e5e6875 100644
--- a/sfx2/source/appl/shutdowniconw32.cxx
+++ b/sfx2/source/appl/shutdowniconw32.cxx
@@ -16,10 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#if !defined WINVER
-#define WINVER 0x0400
-#endif
-
#include <sal/macros.h>
#include <sal/log.hxx>