http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b036e
)
msdaps: Make create_rowset_proxy() static.
author
Francois Gouget
<fgouget@free.fr>
Tue, 24 Aug 2010 08:01:10 +0000
(10:01 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 24 Aug 2010 13:22:35 +0000
(15:22 +0200)
dlls/msdaps/row_server.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msdaps/row_server.c
b/dlls/msdaps/row_server.c
index 4fc41c41da5c74bd83e73cc171dfabdf2e7c4888..bc0f6526fded402b93d5299aa9b83e90baf2d0af 100644
(file)
--- 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;