msdaps: Make create_rowset_proxy() static.

Francois Gouget fgouget at free.fr
Tue Aug 24 03:01:10 CDT 2010


---
 dlls/msdaps/row_server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msdaps/row_server.c b/dlls/msdaps/row_server.c
index 4fc41c4..bc0f652 100644
--- a/dlls/msdaps/row_server.c
+++ b/dlls/msdaps/row_server.c
@@ -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;
 
-- 
1.7.1




More information about the wine-patches mailing list