From 31f7eb790fc2f10888bbffa482051367d2ab3d33 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 22 Jun 2010 17:52:23 +0200 Subject: [PATCH] msvcr90/tests: Make test_invalid_parameter_handler() static. --- dlls/msvcr90/tests/msvcr90.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcr90/tests/msvcr90.c b/dlls/msvcr90/tests/msvcr90.c index 2b4fae4b23f..9f6e47b6ec8 100644 --- a/dlls/msvcr90/tests/msvcr90.c +++ b/dlls/msvcr90/tests/msvcr90.c @@ -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) { -- 2.11.4.GIT