diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-04 12:39:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-04 12:39:53 +0100 |
commit | 473a1a4a48003e926ebed16f3535f57bfcf371d9 (patch) | |
tree | 5877a388a764dec55eaec1d91d733e3c441efd4c /sfx2 | |
parent | 752f69bad43c86cc18f45b418de25a0f770baa3e (diff) |
gbuild: define NOMINMAX in windows.mk
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/Library_sfx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 893aa3fb4151..b8f5d3724a19 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 -DNOMINMAX \ + -DSFX2_DLLIMPLEMENTATION \ )) ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) |