From 52f8321c412cad280c9029f10f9aef03f4f20544 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 19 Mar 2013 16:44:12 +0100 Subject: use #if instead of #ifdef for testing config_xxx.hxx macros http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3 --- config_host/config_mingw.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config_host/config_mingw.h.in') diff --git a/config_host/config_mingw.h.in b/config_host/config_mingw.h.in index 5a050252c15f..3747b7a7316b 100644 --- a/config_host/config_mingw.h.in +++ b/config_host/config_mingw.h.in @@ -2,5 +2,8 @@ #define CONFIG_MINGW #undef HAVE_FMERGENEUTRALITEMS +#ifndef HAVE_FMERGENEUTRALITEMS +#define HAVE_FMERGENEUTRALITEMS 0 +#endif #endif -- cgit