Commit 0e481aac707eff1aebf12b2dad31116abbee9ed4
1 parent
820c86c2
Exists in
master
and in
1 other branch
Fixing windows builds.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/dialogs/save/save.c
| @@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
| 89 | } | 89 | } |
| 90 | 90 | ||
| 91 | #ifdef WIN32 | 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,6 +29,7 @@ | ||
| 29 | 29 | ||
| 30 | #include <clipboard.h> | 30 | #include <clipboard.h> |
| 31 | #include <lib3270/selection.h> | 31 | #include <lib3270/selection.h> |
| 32 | + #include <lib3270/toggle.h> | ||
| 32 | 33 | ||
| 33 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 34 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
| 34 | 35 |