Commit 7740fa69 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcp120/tests: Make i386_Thrd_current() static.

parent c82626a4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment