From 81d9f1cbd634e54719dd288c5b0de2015d563b2a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Nov 2015 12:55:06 +0200 Subject: Bin outdated #if and unnecessary We don't support cross-compiling with MinGW currently, and in any case if we ever attempt such again, in the meantime the free replacement Win32 headers most likely have been updated to include the SCRIPT_CONTROL::fMergeNeutralItems field, so no conditional compilation is needed. Change-Id: I38701d6c41c44952466c1ece7c8433abe67642be --- config_host/config_mingw.h.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config_host/config_mingw.h.in (limited to 'config_host') diff --git a/config_host/config_mingw.h.in b/config_host/config_mingw.h.in deleted file mode 100644 index 44d0ac929210..000000000000 --- a/config_host/config_mingw.h.in +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef CONFIG_MINGW -#define CONFIG_MINGW - -#define HAVE_FMERGENEUTRALITEMS 0 - -#endif -- cgit