Commit b0b84c052a4698862c17419ebe87a5348939be7e
1 parent
a7ce4605
Exists in
master
and in
5 other branches
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 | 71 | |
72 | 72 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
73 | 73 | |
74 | -#ifndef _WIN32 | |
75 | 74 | static void charset_changed(GtkComboBox *widget,gchar **encoding) |
76 | 75 | { |
77 | 76 | gchar *new_encoding = NULL; |
... | ... | @@ -185,7 +184,6 @@ |
185 | 184 | gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(widget),box); |
186 | 185 | |
187 | 186 | } |
188 | -#endif // _WIN32 | |
189 | 187 | |
190 | 188 | static void save_text(GtkWindow *toplevel,const gchar *filename, const gchar *text, const gchar *encoding, const gchar *errmsg) |
191 | 189 | { | ... | ... |