[Libreoffice-commits] .: sfx2/Library_sfx.mk

Caolán McNamara caolan at kemper.freedesktop.org
Wed Dec 21 08:39:55 PST 2011


 sfx2/Library_sfx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98d75b3506520bd5db7071a2d9379fb7c565b9d9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Dec 21 16:38:55 2011 +0000

    ditch min/max as macros under msvc

diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index b8f5d37..893aa3f 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -53,7 +53,7 @@ $(eval $(call gb_Library_set_include,sfx,\
 ))
 
 $(eval $(call gb_Library_add_defs,sfx,\
-    -DSFX2_DLLIMPLEMENTATION \
+    -DSFX2_DLLIMPLEMENTATION -DNOMINMAX \
 ))
 
 ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)


More information about the Libreoffice-commits mailing list