diff options
-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 b8f5d3724a19..893aa3fb4151 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) |