Commit 9164fc24 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

oleaut32/tests: Make test_DispGetParam() static.

parent b8cbde5c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment