shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.

Francois Gouget fgouget at free.fr
Thu Jun 24 03:10:24 CDT 2010


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

diff --git a/dlls/shell32/tests/shlview.c b/dlls/shell32/tests/shlview.c
index dc60a49..e3e0ef2 100644
--- a/dlls/shell32/tests/shlview.c
+++ b/dlls/shell32/tests/shlview.c
@@ -94,7 +94,7 @@ typedef struct {
 
 static const IDataObjectVtbl IDataObjectImpl_Vtbl;
 
-IDataObject* IDataObjectImpl_Construct(void)
+static IDataObject* IDataObjectImpl_Construct(void)
 {
     IDataObjectImpl *obj;
 
@@ -216,7 +216,7 @@ typedef struct {
 
 static const IShellBrowserVtbl IShellBrowserImpl_Vtbl;
 
-IShellBrowser* IShellBrowserImpl_Construct(void)
+static IShellBrowser* IShellBrowserImpl_Construct(void)
 {
     IShellBrowserImpl *browser;
 
-- 
1.7.1




More information about the wine-patches mailing list