From b0b84c052a4698862c17419ebe87a5348939be7e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 25 Apr 2019 13:34:35 -0300 Subject: [PATCH] Fixing windows build. --- src/pw3270/dialog.c | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/src/pw3270/dialog.c b/src/pw3270/dialog.c index e0f73b5..d8f51c9 100644 --- a/src/pw3270/dialog.c +++ b/src/pw3270/dialog.c @@ -71,7 +71,6 @@ /*--[ Implement ]------------------------------------------------------------------------------------*/ -#ifndef _WIN32 static void charset_changed(GtkComboBox *widget,gchar **encoding) { gchar *new_encoding = NULL; @@ -185,7 +184,6 @@ gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(widget),box); } -#endif // _WIN32 static void save_text(GtkWindow *toplevel,const gchar *filename, const gchar *text, const gchar *encoding, const gchar *errmsg) { -- libgit2 0.21.2