Francois Gouget : rpcrt4/tests: Make dummy_Release() static.

Alexandre Julliard julliard at winehq.org
Fri Jun 5 08:56:53 CDT 2009


Module: wine
Branch: master
Commit: 47be6e8379e848e4a16c65f65705b954a060dae0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=47be6e8379e848e4a16c65f65705b954a060dae0

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun  5 08:15:44 2009 +0200

rpcrt4/tests: Make dummy_Release() static.

---

 dlls/rpcrt4/tests/cstub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/tests/cstub.c b/dlls/rpcrt4/tests/cstub.c
index e3edee7..1ce24ce 100644
--- a/dlls/rpcrt4/tests/cstub.c
+++ b/dlls/rpcrt4/tests/cstub.c
@@ -685,7 +685,7 @@ static ULONG WINAPI dummy_AddRef(LPUNKNOWN iface)
     return InterlockedIncrement( &this->ref );
 }
 
-ULONG WINAPI dummy_Release(LPUNKNOWN iface)
+static ULONG WINAPI dummy_Release(LPUNKNOWN iface)
 {
     struct dummy_unknown *this = (struct dummy_unknown *)iface;
     return InterlockedDecrement( &this->ref );




More information about the wine-cvs mailing list