Commit 4898f6cb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 620087c5
...@@ -94,7 +94,7 @@ typedef struct { ...@@ -94,7 +94,7 @@ typedef struct {
static const IDataObjectVtbl IDataObjectImpl_Vtbl; static const IDataObjectVtbl IDataObjectImpl_Vtbl;
IDataObject* IDataObjectImpl_Construct(void) static IDataObject* IDataObjectImpl_Construct(void)
{ {
IDataObjectImpl *obj; IDataObjectImpl *obj;
...@@ -216,7 +216,7 @@ typedef struct { ...@@ -216,7 +216,7 @@ typedef struct {
static const IShellBrowserVtbl IShellBrowserImpl_Vtbl; static const IShellBrowserVtbl IShellBrowserImpl_Vtbl;
IShellBrowser* IShellBrowserImpl_Construct(void) static IShellBrowser* IShellBrowserImpl_Construct(void)
{ {
IShellBrowserImpl *browser; IShellBrowserImpl *browser;
......
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