Commit 0e481aac707eff1aebf12b2dad31116abbee9ed4

Authored by Perry Werneck
1 parent 820c86c2
Exists in master and in 1 other branch develop

Fixing windows builds.

src/dialogs/save/save.c
... ... @@ -89,7 +89,7 @@
89 89 }
90 90  
91 91 #ifdef WIN32
92   -static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget)
  92 +static void icon_press(GtkEntry G_GNUC_UNUSED(*entry), G_GNUC_UNUSED GtkEntryIconPosition icon_pos, G_GNUC_UNUSED GdkEvent *event, V3270SaveDialog *widget)
93 93 {
94 94 /*
95 95  
... ...
src/selection/windows/copy.c
... ... @@ -29,6 +29,7 @@
29 29  
30 30 #include <clipboard.h>
31 31 #include <lib3270/selection.h>
  32 + #include <lib3270/toggle.h>
32 33  
33 34 /*--[ Implement ]------------------------------------------------------------------------------------*/
34 35  
... ...