[evolution] Fix build for Windows



commit 99dcc19b927dd63856dded5f6d7600e35c21039b
Author: Tor Lillqvist <tml iki fi>
Date:   Wed Nov 11 17:14:32 2009 +0200

    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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/mail/e-mail-shell-migrate.c b/modules/mail/e-mail-shell-migrate.c
index 43cd1a5..f81c73c 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]