From 5c60d57082ede522169b65efa67a1e268989b487 Mon Sep 17 00:00:00 2001 From: Tarnyko Date: Wed, 26 Feb 2014 16:15:21 +0100 Subject: Replace 'interface' with 'iface' in the code Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.) --- mail/em-utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 48f05b1665..5a938ab41b 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -37,7 +37,6 @@ #define DATADIR windows_DATADIR #include #undef DATADIR -#undef interface #endif #include -- cgit v1.2.3