From a363c71bf29e013872270456eaf6955f8c08dbdc Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 7 Feb 2020 10:05:17 -0300 Subject: [PATCH] Fixing windows build. --- src/include/v3270/actions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/v3270/actions.h b/src/include/v3270/actions.h index 56df7f9..cfba739 100644 --- a/src/include/v3270/actions.h +++ b/src/include/v3270/actions.h @@ -224,16 +224,16 @@ GType V3270SimpleAction_get_type(void) G_GNUC_CONST; /// @brief Create an empty simple action. - V3270SimpleAction * v3270_simple_action_new(); + LIB3270_EXPORT V3270SimpleAction * v3270_simple_action_new(); /// @brief Create a dialog action. - V3270SimpleAction * v3270_dialog_action_new(GtkWidget * (*factory)(V3270SimpleAction *, GtkWidget *)); + LIB3270_EXPORT V3270SimpleAction * v3270_dialog_action_new(GtkWidget * (*factory)(V3270SimpleAction *, GtkWidget *)); /// @brief Create an action from property name. - V3270SimpleAction * v3270_property_action_new(GtkWidget *widget, const gchar *property_name); + LIB3270_EXPORT V3270SimpleAction * v3270_property_action_new(GtkWidget *widget, const gchar *property_name); /// @brief Create an action with the "enable" property binded with terminal property. - V3270SimpleAction * v3270_conditional_action_new(GtkWidget *widget, const gchar *property_name); + LIB3270_EXPORT V3270SimpleAction * v3270_conditional_action_new(GtkWidget *widget, const gchar *property_name); G_END_DECLS -- libgit2 0.21.2