Module: wine Branch: master Commit: 31f7eb790fc2f10888bbffa482051367d2ab3d33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=31f7eb790fc2f10888bbffa482... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jun 22 17:52:23 2010 +0200 msvcr90/tests: Make test_invalid_parameter_handler() static. --- dlls/msvcr90/tests/msvcr90.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msvcr90/tests/msvcr90.c b/dlls/msvcr90/tests/msvcr90.c index 2b4fae4..9f6e47b 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) {