http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a840b6a
)
browseui: Make a function static.
author
Alexandre Julliard
<julliard@winehq.org>
Thu, 4 Dec 2008 11:46:34 +0000
(12:46 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 4 Dec 2008 11:46:34 +0000
(12:46 +0100)
dlls/browseui/progressdlg.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/browseui/progressdlg.c
b/dlls/browseui/progressdlg.c
index 307ca2804a696d49a16cf8565472ed587520635e..120f072c3aaab80eb3fa7f3f780bb8ed28f3301d 100644
(file)
--- 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};