Commit 13fa7282 authored by Alexandre Julliard's avatar Alexandre Julliard

browseui: Make a function static.

parent a840b6a7
...@@ -115,7 +115,7 @@ static void set_progress_marquee(ProgressDialog *This) ...@@ -115,7 +115,7 @@ static void set_progress_marquee(ProgressDialog *This)
GetWindowLongW(hProgress, GWL_STYLE)|PBS_MARQUEE); GetWindowLongW(hProgress, GWL_STYLE)|PBS_MARQUEE);
} }
void update_dialog(ProgressDialog *This, DWORD dwUpdate) static void update_dialog(ProgressDialog *This, DWORD dwUpdate)
{ {
WCHAR empty[] = {0}; WCHAR empty[] = {0};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment