shell32/tests: Make create_commdlgbrowser3() static.

Francois Gouget fgouget at free.fr
Mon Sep 13 03:45:46 CDT 2010


---
 dlls/shell32/tests/ebrowser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c
index c39e17c..faaf6c7 100644
--- a/dlls/shell32/tests/ebrowser.c
+++ b/dlls/shell32/tests/ebrowser.c
@@ -411,7 +411,7 @@ static const ICommDlgBrowser3Vtbl cdbvtbl =
     ICommDlgBrowser3_fnOnPreviewCreated
 };
 
-ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
+static ICommDlgBrowser3Impl *create_commdlgbrowser3(void)
 {
     ICommDlgBrowser3Impl *cdb;
 
-- 
1.7.1




More information about the wine-patches mailing list