Piotr Caban : msvcp: Disable relay for _Thrd_current function.

Alexandre Julliard julliard at winehq.org
Thu Dec 7 16:02:43 CST 2017


Module: wine
Branch: master
Commit: 87c3421ddbcfb97f7afb58bc1db7ead077fc0470
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=87c3421ddbcfb97f7afb58bc1db7ead077fc0470

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Dec  6 20:42:16 2017 +0100

msvcp: Disable relay for _Thrd_current function.

Spotted by Stefan.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp110/msvcp110.spec         | 2 +-
 dlls/msvcp120/msvcp120.spec         | 2 +-
 dlls/msvcp120_app/msvcp120_app.spec | 2 +-
 dlls/msvcp140/msvcp140.spec         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/msvcp110/msvcp110.spec b/dlls/msvcp110/msvcp110.spec
index 001b9ad..9e3e070 100644
--- a/dlls/msvcp110/msvcp110.spec
+++ b/dlls/msvcp110/msvcp110.spec
@@ -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
diff --git a/dlls/msvcp120/msvcp120.spec b/dlls/msvcp120/msvcp120.spec
index 729657c..e66e722 100644
--- a/dlls/msvcp120/msvcp120.spec
+++ b/dlls/msvcp120/msvcp120.spec
@@ -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
diff --git a/dlls/msvcp120_app/msvcp120_app.spec b/dlls/msvcp120_app/msvcp120_app.spec
index 62668d2..7be1814 100644
--- a/dlls/msvcp120_app/msvcp120_app.spec
+++ b/dlls/msvcp120_app/msvcp120_app.spec
@@ -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
diff --git a/dlls/msvcp140/msvcp140.spec b/dlls/msvcp140/msvcp140.spec
index 5d55181..4fc8e3c 100644
--- a/dlls/msvcp140/msvcp140.spec
+++ b/dlls/msvcp140/msvcp140.spec
@@ -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




More information about the wine-cvs mailing list