[Commits] [SCM] claws branch, master, updated. 3.16.0-222-ge99d08a

ticho at claws-mail.org ticho at claws-mail.org
Tue Jun 26 18:22:44 CEST 2018


The branch, master has been updated
       via  e99d08a937bebdab5ba008aa89bad136d0301450 (commit)
      from  9e44f32faf5f8c335ae21b8c68872005bb8534cc (commit)

Summary of changes:
 src/common/proxy.c              |    8 +++++---
 src/plugins/pgpcore/claws.def   |   25 +------------------------
 src/plugins/vcalendar/claws.def |    2 ++
 3 files changed, 8 insertions(+), 27 deletions(-)


- Log -----------------------------------------------------------------
commit e99d08a937bebdab5ba008aa89bad136d0301450
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Jun 26 18:21:56 2018 +0200

    Fix build for Windows, plus some missing symbols in claws.def files.
    
    Patches by Abhay S. Kushwaha.

diff --git a/src/common/proxy.c b/src/common/proxy.c
index 9902b0d..e790990 100644
--- a/src/common/proxy.c
+++ b/src/common/proxy.c
@@ -25,11 +25,13 @@
 #ifdef G_OS_WIN32
 #  include <winsock2.h>
 #  include <ws2tcpip.h>
+#  include <stdint.h>
+#else
+#  include <sys/socket.h>
+#  include <netinet/in.h>
+#  include <netinet/ip.h>
 #endif
 
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netinet/ip.h>
 #include "proxy.h"
 #include "socket.h"
 #include "utils.h"
diff --git a/src/plugins/pgpcore/claws.def b/src/plugins/pgpcore/claws.def
index 6473112..be6aaf1 100644
--- a/src/plugins/pgpcore/claws.def
+++ b/src/plugins/pgpcore/claws.def
@@ -21,33 +21,10 @@ hooks_register_hook
 hooks_unregister_hook
 get_rc_dir
 get_tmp_file
-gtk_cmclist_append
-gtk_cmclist_clear
-gtk_cmclist_get_row_data
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_get_type
-gtk_cmclist_new_with_titles
-gtk_cmclist_set_column_width
-gtk_cmclist_set_column_width
-gtk_cmclist_set_column_width
-gtk_cmclist_set_column_width
-gtk_cmclist_set_column_width
-gtk_cmclist_set_compare_func
-gtk_cmclist_set_compare_func
-gtk_cmclist_set_row_data_full
-gtk_cmclist_set_selection_mode
-gtk_cmclist_set_sort_type
-gtk_cmclist_sort
 gtkut_get_browse_file_btn
 gtkut_get_options_frame
 gtkut_stock_button_set_create
+gtkut_tree_view_get_selected_pointer
 gtkut_window_new
 input_dialog
 label_window_create
diff --git a/src/plugins/vcalendar/claws.def b/src/plugins/vcalendar/claws.def
index 73c25bc..8bb01be 100644
--- a/src/plugins/vcalendar/claws.def
+++ b/src/plugins/vcalendar/claws.def
@@ -101,6 +101,7 @@ inc_unlock_real
 input_dialog
 is_dir_exist
 list_free_strings
+list_free_strings_full
 log_error
 main_window_cursor_normal
 main_window_cursor_wait
@@ -141,6 +142,7 @@ procmsg_send_message_queue_with_lock
 qp_encode_line
 remove_dir_recursive
 slist_free_strings
+slist_free_strings_full
 statusbar_progress_all
 strcmp2
 strretchomp

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list