Make variables used only in file_dlg_win32.c static.

svn path=/trunk/; revision=34512
This commit is contained in:
Guy Harris 2010-10-14 09:01:12 +00:00
parent 55bc235b90
commit 9ccf7e431e
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ static print_args_t print_args;
* being opened/saved/etc.).
*/
static HWND g_sf_hwnd = NULL;
char *dfilter_open_str = NULL;
char *dfilter_merge_str = NULL;
static char *dfilter_open_str = NULL;
static char *dfilter_merge_str = NULL;
gboolean
win32_open_file (HWND h_wnd) {