blob: 5cb3c6e737b867983d8bfd7820cb48e18d2a5126 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500
+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 04:06:21.000000000 -0500
@@ -696,3 +696,15 @@ exchange_mapi_cal_commit (EPlugin *epl,
// Update the folder list in the plugin and ExchangeMAPIFolder
return;
}
+
+const char *g_module_check_init (gpointer module);
+const char *
+g_module_check_init (gpointer module) {
+ return NULL;
+}
+
+void g_module_unload (gpointer module);
+void
+g_module_unload (gpointer module) {
+ return;
+}
|