Commit 1aa51f56 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msdaps: Make create_rowset_proxy() static.

parent 18b036e2
...@@ -1320,7 +1320,7 @@ static const IAccessorVtbl accessor_vtbl = ...@@ -1320,7 +1320,7 @@ static const IAccessorVtbl accessor_vtbl =
accessor_ReleaseAccessor accessor_ReleaseAccessor
}; };
HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj) static HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj)
{ {
rowset_proxy *proxy; rowset_proxy *proxy;
......
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