Commit b0b84c052a4698862c17419ebe87a5348939be7e

Authored by Perry Werneck
1 parent a7ce4605

Fixing windows build.

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/pw3270/dialog.c
@@ -71,7 +71,6 @@ @@ -71,7 +71,6 @@
71 71
72 /*--[ Implement ]------------------------------------------------------------------------------------*/ 72 /*--[ Implement ]------------------------------------------------------------------------------------*/
73 73
74 -#ifndef _WIN32  
75 static void charset_changed(GtkComboBox *widget,gchar **encoding) 74 static void charset_changed(GtkComboBox *widget,gchar **encoding)
76 { 75 {
77 gchar *new_encoding = NULL; 76 gchar *new_encoding = NULL;
@@ -185,7 +184,6 @@ @@ -185,7 +184,6 @@
185 gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(widget),box); 184 gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(widget),box);
186 185
187 } 186 }
188 -#endif // _WIN32  
189 187
190 static void save_text(GtkWindow *toplevel,const gchar *filename, const gchar *text, const gchar *encoding, const gchar *errmsg) 188 static void save_text(GtkWindow *toplevel,const gchar *filename, const gchar *text, const gchar *encoding, const gchar *errmsg)
191 { 189 {