shlwapi/tests: Make test_IConnectionPoint() static.

Francois Gouget fgouget at free.fr
Sat Dec 12 13:37:37 CST 2009


---
 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;
-- 
1.6.5




More information about the wine-patches mailing list