browseui: Make a function static.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 4 Dec 2008 11:46:34 +0000 (12:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Dec 2008 11:46:34 +0000 (12:46 +0100)
dlls/browseui/progressdlg.c

index 307ca2804a696d49a16cf8565472ed587520635e..120f072c3aaab80eb3fa7f3f780bb8ed28f3301d 100644 (file)
@@ -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};