mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msvcr90/tests: Make test_invalid_parameter_handler() static.
This commit is contained in:
parent
1a1f1aa588
commit
31f7eb790f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user