Francois Gouget : shlwapi/tests: Make test_IConnectionPoint() static.

Alexandre Julliard julliard at winehq.org
Mon Dec 14 09:51:12 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 12 20:37:37 2009 +0100

shlwapi/tests: Make test_IConnectionPoint() static.

---

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

diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c
index daf221c..8f95797 100644
--- a/dlls/shlwapi/tests/ordinal.c
+++ b/dlls/shlwapi/tests/ordinal.c
@@ -1145,7 +1145,7 @@ static const IConnectionPointContainerVtbl contain_vtbl = {
     Contain_FindConnectionPoint
 };
 
-void test_IConnectionPoint(void)
+static void test_IConnectionPoint(void)
 {
     HRESULT rc;
     ULONG ref;




More information about the wine-cvs mailing list