From 013ce5b70e85d6c9008cebd1d5efbe87a539d445 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 28 Jan 2010 12:31:13 +0530 Subject: Without this evo 2.28.2 will not link/run at all The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again --- win32/libevolution-mail.def | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'win32/libevolution-mail.def') diff --git a/win32/libevolution-mail.def b/win32/libevolution-mail.def index b0530a17fc..4c4ec1f84d 100644 --- a/win32/libevolution-mail.def +++ b/win32/libevolution-mail.def @@ -9,23 +9,6 @@ EXPORTS TC_GNOME_Evolution_MailComponent_struct DATA _ORBIT_skel_small_GNOME_Evolution_MailComponent_test create_combo_text_widget - e_attachment_handler_mail_get_type - e_mail_attachment_bar_get_active_view - e_mail_attachment_bar_get_expanded - e_mail_attachment_bar_get_type - e_mail_attachment_bar_new - e_mail_attachment_bar_set_active_view - e_mail_attachment_bar_set_expanded - e_mail_search_bar_changed - e_mail_search_bar_clear - e_mail_search_bar_get_case_sensitive - e_mail_search_bar_get_html - e_mail_search_bar_get_text - e_mail_search_bar_get_tokenizer - e_mail_search_bar_get_type - e_mail_search_bar_new - e_mail_search_bar_set_case_sensitive - e_mail_search_bar_set_text e_searching_tokenizer_add_primary_search_string e_searching_tokenizer_add_secondary_search_string e_searching_tokenizer_get_type @@ -172,3 +155,4 @@ EXPORTS message_list_thaw status_check vfolder_store DATA + x_mailer DATA -- cgit v1.2.3