msdaps: Make create_rowset_proxy() static.
This commit is contained in:
parent
18b036e213
commit
1aa51f56d7
|
@ -1320,7 +1320,7 @@ static const IAccessorVtbl accessor_vtbl =
|
|||
accessor_ReleaseAccessor
|
||||
};
|
||||
|
||||
HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj)
|
||||
static HRESULT create_rowset_proxy(IWineRowServer *server, IUnknown **obj)
|
||||
{
|
||||
rowset_proxy *proxy;
|
||||
|
||||
|
|
Loading…
Reference in New Issue