Commit 87c3421d authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp: Disable relay for _Thrd_current function.

Spotted by Stefan. Signed-off-by: 's avatarPiotr Caban <piotr@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 62651d65
......@@ -3857,7 +3857,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr)
@ cdecl _Thrd_current()
@ cdecl -norelay _Thrd_current()
@ cdecl _Thrd_detach(int64)
@ cdecl _Thrd_equal(int64 int64)
@ stub _Thrd_exit
......
......@@ -3804,7 +3804,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr)
@ cdecl _Thrd_current()
@ cdecl -norelay _Thrd_current()
@ cdecl _Thrd_detach(int64)
@ cdecl _Thrd_equal(int64 int64)
@ stub _Thrd_exit
......
......@@ -3804,7 +3804,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr) msvcp120._Thrd_create
@ cdecl _Thrd_current() msvcp120._Thrd_current
@ cdecl -norelay _Thrd_current() msvcp120._Thrd_current
@ cdecl _Thrd_detach(int64) msvcp120._Thrd_detach
@ cdecl _Thrd_equal(int64 int64) msvcp120._Thrd_equal
@ stub _Thrd_exit
......
......@@ -3721,7 +3721,7 @@
@ stub _Temp_get
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr) _Thrd_create
@ cdecl _Thrd_current() _Thrd_current
@ cdecl -norelay _Thrd_current()
@ cdecl _Thrd_detach(int64) _Thrd_detach
@ cdecl _Thrd_equal(int64 int64) _Thrd_equal
@ stub _Thrd_exit
......
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