[2/2] ole32: Make stub_manager_int_addref() static.

Francois Gouget fgouget at free.fr
Mon Jun 22 03:47:06 CDT 2009


---
 dlls/ole32/compobj_private.h |    1 -
 dlls/ole32/stubmanager.c     |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/compobj_private.h b/dlls/ole32/compobj_private.h
index a7c6dfa..43e6e25 100644
--- a/dlls/ole32/compobj_private.h
+++ b/dlls/ole32/compobj_private.h
@@ -203,7 +203,6 @@ HRESULT FTMarshalCF_Create(REFIID riid, LPVOID *ppv);
 
 /* Stub Manager */
 
-ULONG stub_manager_int_addref(struct stub_manager *This);
 ULONG stub_manager_int_release(struct stub_manager *This);
 struct stub_manager *new_stub_manager(APARTMENT *apt, IUnknown *object);
 ULONG stub_manager_ext_addref(struct stub_manager *m, ULONG refs, BOOL tableweak);
diff --git a/dlls/ole32/stubmanager.c b/dlls/ole32/stubmanager.c
index c15e9d3..12813c6 100644
--- a/dlls/ole32/stubmanager.c
+++ b/dlls/ole32/stubmanager.c
@@ -251,7 +251,7 @@ static void stub_manager_delete(struct stub_manager *m)
 }
 
 /* increments the internal refcount */
-ULONG stub_manager_int_addref(struct stub_manager *This)
+static ULONG stub_manager_int_addref(struct stub_manager *This)
 {
     ULONG refs;
 
-- 
1.6.3.1




More information about the wine-patches mailing list