aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/file_dlg_win32.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-07-16 20:46:13 +0000
committerGerald Combs <gerald@wireshark.org>2012-07-16 20:46:13 +0000
commit281e18d6360be0db1adf0f5eec992f5d7689b5cd (patch)
tree76ef7d4ad8646f1359fdcbf7e4d889255b126f80 /ui/win32/file_dlg_win32.h
parenta3d1900fbd7e95f048d9393e7774a2adf4785f86 (diff)
Move most of file_open_cmd to gtk_open_file. Make gtk_open_file
and win32_open_file behave similarly. _snwprintf is "banned". Use StringCchPrintf instead. Tested on Windows. I'll test on OS X shortly. svn path=/trunk/; revision=43756
Diffstat (limited to 'ui/win32/file_dlg_win32.h')
-rw-r--r--ui/win32/file_dlg_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/win32/file_dlg_win32.h b/ui/win32/file_dlg_win32.h
index 5caef67ca8..4ed187f696 100644
--- a/ui/win32/file_dlg_win32.h
+++ b/ui/win32/file_dlg_win32.h
@@ -42,7 +42,7 @@ typedef enum {
*
* @param h_wnd HWND of the parent window.
*/
-gboolean win32_open_file (HWND h_wnd);
+gboolean win32_open_file (HWND h_wnd, GString *file_name, GString *display_filter);
/** Open the "Save As" dialog box.
*