Commit 31f7eb79 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcr90/tests: Make test_invalid_parameter_handler() static.

parent 1a1f1aa5
......@@ -44,7 +44,7 @@ int cb_called[4];
/* ########## */
void __cdecl test_invalid_parameter_handler(const wchar_t *expression,
static void __cdecl test_invalid_parameter_handler(const wchar_t *expression,
const wchar_t *function, const wchar_t *file,
unsigned line, uintptr_t arg)
{
......
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