aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-11-11 23:14:32 +0800
committerTor Lillqvist <tml@iki.fi>2009-11-11 23:14:32 +0800
commit99dcc19b927dd63856dded5f6d7600e35c21039b (patch)
tree98ef7f2737651dc9979775fbe182777e9d90f3c5
parentc8b9dd726262a5fcaff7085fc642298c03fa4782 (diff)
downloadgsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar.gz
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar.bz2
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar.lz
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar.xz
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.tar.zst
gsoc2013-evolution-99dcc19b927dd63856dded5f6d7600e35c21039b.zip
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.
-rw-r--r--modules/mail/e-mail-shell-migrate.c4
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 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;