From 4c9cf98819037fdb70cbe68f678f6498d5646736 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 28 Dec 2014 21:50:44 +0100 Subject: try to fix windows build --- sal/rtl/bootstrap.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 775d327e11e6..0d8613184949 100644 --- a/sal/rtl/bootstrap.cxx +++ b/sal/rtl/bootstrap.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#define NOMINMAX + #include #include -- cgit