msvcr90/tests: Make test_invalid_parameter_handler() static.

Francois Gouget fgouget at free.fr
Tue Jun 22 10:52:23 CDT 2010


---
 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)
 {
-- 
1.7.1




More information about the wine-patches mailing list