Alexandre Julliard : browseui: Make a function static.
Module: wine Branch: master Commit: 13fa728219680edeb70ce37700b6dd9306e806e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=13fa728219680edeb70ce37700... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 4 12:46:34 2008 +0100 browseui: Make a function static. --- dlls/browseui/progressdlg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/browseui/progressdlg.c b/dlls/browseui/progressdlg.c index 307ca28..120f072 100644 --- a/dlls/browseui/progressdlg.c +++ b/dlls/browseui/progressdlg.c @@ -115,7 +115,7 @@ static void set_progress_marquee(ProgressDialog *This) GetWindowLongW(hProgress, GWL_STYLE)|PBS_MARQUEE); } -void update_dialog(ProgressDialog *This, DWORD dwUpdate) +static void update_dialog(ProgressDialog *This, DWORD dwUpdate) { WCHAR empty[] = {0};
participants (1)
-
Alexandre Julliard