Module: wine Branch: master Commit: 7740fa69ef375d504f6e8aa03115818b1ee87646 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7740fa69ef375d504f6e8aa031... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Nov 18 14:59:13 2015 +0100 msvcp120/tests: Make i386_Thrd_current() 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/msvcp120/tests/msvcp120.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c index e69405f..12ca12d 100644 --- a/dlls/msvcp120/tests/msvcp120.c +++ b/dlls/msvcp120/tests/msvcp120.c @@ -150,7 +150,7 @@ static int (__cdecl *p__Thrd_join)(_Thrd_t, int*); #ifdef __i386__ static ULONGLONG (__cdecl *p_i386_Thrd_current)(void); -_Thrd_t __cdecl i386_Thrd_current(void) +static _Thrd_t __cdecl i386_Thrd_current(void) { union { _Thrd_t thr;