Commit c1ff2f19 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcr90/tests: Make test__vsnwprintf() static.

parent 5041d89b
......@@ -1876,7 +1876,7 @@ static int WINAPIV _vsnwprintf_wrapper(wchar_t *str, size_t len, const wchar_t *
return ret;
}
void test__vsnwprintf(void)
static void test__vsnwprintf(void)
{
int ret;
WCHAR str[2] = {0};
......
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