msvcp120/tests: Make i386_Thrd_current() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2015-11-18 14:59:13 +01:00 committed by Alexandre Julliard
parent c82626a4c1
commit 7740fa69ef

View file

@ -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;