From 99dcc19b927dd63856dded5f6d7600e35c21039b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 11 Nov 2009 17:14:32 +0200 Subject: Fix build for Windows Do compile some more parts of modules/mail/e-mail-shell-migrate.c. No idea whether any migration might actually work on Windows, of course. --- modules/mail/e-mail-shell-migrate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mail') diff --git a/modules/mail/e-mail-shell-migrate.c b/modules/mail/e-mail-shell-migrate.c index 43cd1a5185..f81c73c52d 100644 --- a/modules/mail/e-mail-shell-migrate.c +++ b/modules/mail/e-mail-shell-migrate.c @@ -1030,6 +1030,8 @@ em_migrate_1_2(const gchar *data_dir, xmlDocPtr config_xmldb, xmlDocPtr filters, return TRUE; } +#endif /* !G_OS_WIN32 */ + /* 1.4 upgrade functions */ #define EM_MIGRATE_SESSION_TYPE (em_migrate_session_get_type ()) @@ -1090,8 +1092,6 @@ em_migrate_session_new (const gchar *path) return session; } -#endif /* !G_OS_WIN32 */ - static GtkWidget *window; static GtkLabel *label; static GtkProgressBar *progress; -- cgit v1.2.3