Francois Gouget : msvcr90/tests: Make test__vsnwprintf() static.
Module: wine Branch: master Commit: c1ff2f19b5ac96b8f1a8f21457b97da6ff323079 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c1ff2f19b5ac96b8f1a8f2145... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Jan 4 15:56:07 2018 +0100 msvcr90/tests: Make test__vsnwprintf() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 85dd80b..dd62f3a 100644 --- a/dlls/msvcr90/tests/msvcr90.c +++ b/dlls/msvcr90/tests/msvcr90.c @@ -1876,7 +1876,7 @@ static int WINAPIV _vsnwprintf_wrapper(wchar_t *str, size_t len, const wchar_t * return ret; } -void test__vsnwprintf(void) +static void test__vsnwprintf(void) { int ret; WCHAR str[2] = {0};
participants (1)
-
Alexandre Julliard