Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [Patch] gtk/file_dlg_win32.c

From: Gisle Vanem <gvanem@xxxxxxxxxxxx>
Date: Mon, 22 Nov 2010 19:41:27 +0100
print_update_dynamic() isn't defined 'static' in file_dlg_win32.h. Hence:

--- gtk\file_dlg_win32.c        Sun Nov 21 04:04:45 2010
+++ gtk\file_dlg_win32.c     Mon Nov 22 13:54:53 2010
@@ -886,7 +886,7 @@
    print_update_dynamic(dlg_hwnd, args);
}

-static void
+void
print_update_dynamic(HWND dlg_hwnd, print_args_t *args) {
    HWND cur_ctrl;

--------------

--gv