From cdbaf741c1cb50b41c03c17f9948f6f29b9be021 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 May 2009 15:54:08 -0400 Subject: Add G_MODULE_EXPORT to exported module functions. --- mail/evolution-module-mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/evolution-module-mail.c') diff --git a/mail/evolution-module-mail.c b/mail/evolution-module-mail.c index 6f6c956202..936ed9a0b5 100644 --- a/mail/evolution-module-mail.c +++ b/mail/evolution-module-mail.c @@ -28,7 +28,7 @@ void e_module_load (GTypeModule *type_module); void e_module_unload (GTypeModule *type_module); -void +G_MODULE_EXPORT void e_module_load (GTypeModule *type_module) { /* Register dynamically loaded types. */ @@ -39,7 +39,7 @@ e_module_load (GTypeModule *type_module) e_mail_shell_view_register_type (type_module); } -void +G_MODULE_EXPORT void e_module_unload (GTypeModule *type_module) { } -- cgit v1.2.3