msdaps: Make create_rowset_proxy() static.

This commit is contained in:
Francois Gouget 2010-08-24 10:01:10 +02:00 committed by Alexandre Julliard
parent 18b036e213
commit 1aa51f56d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;