[Libreoffice-commits] .: binfilter/bf_so3

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


 binfilter/bf_so3/util/makefile.pmk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e22e6ff0b54c4b52326b4168ce40a15bc673d214
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Dec 21 16:39:02 2011 +0000

    ditch min/max as macros under msvc

diff --git a/binfilter/bf_so3/util/makefile.pmk b/binfilter/bf_so3/util/makefile.pmk
index 40c5820..8167472 100644
--- a/binfilter/bf_so3/util/makefile.pmk
+++ b/binfilter/bf_so3/util/makefile.pmk
@@ -26,5 +26,5 @@
 #*************************************************************************
 
 # Reduction of exported symbols:
-CDEFS += -DSO3_DLLIMPLEMENTATION
+CDEFS += -DSO3_DLLIMPLEMENTATION -DNOMINMAX
 VISIBILITY_HIDDEN=TRUE


More information about the Libreoffice-commits mailing list