oleaut32/tests: Make test_DispGetParam() static.

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


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

diff --git a/dlls/oleaut32/tests/dispatch.c b/dlls/oleaut32/tests/dispatch.c
index 2561dcd..71f3ca4 100644
--- a/dlls/oleaut32/tests/dispatch.c
+++ b/dlls/oleaut32/tests/dispatch.c
@@ -63,7 +63,7 @@ static CHAR temp_str[MAX_PATH];
   VariantClear(&vararg[1]); \
   VariantClear(&vararg[2]);
 
-void test_DispGetParam(void)
+static void test_DispGetParam(void)
 {
     HRESULT hr;
     DISPPARAMS dispparams;
-- 
1.6.5




More information about the wine-patches mailing list