Module: wine Branch: master Commit: 5a2d9e8e5f7614a4544b494a94dae75694ec1a85 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a2d9e8e5f7614a4544b494a94...
Author: Francois Gouget fgouget@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;