Daniel Lehman : msvcp140: Remove forwards for some _Thrd functions.

Alexandre Julliard julliard at winehq.org
Wed May 3 16:06:10 CDT 2017


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

Author: Daniel Lehman <dlehman25 at gmail.com>
Date:   Tue May  2 00:01:38 2017 -0700

msvcp140: Remove forwards for some _Thrd functions.

To be consistent with the others and the rest of the file

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

---

 dlls/msvcp140/msvcp140.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcp140/msvcp140.spec b/dlls/msvcp140/msvcp140.spec
index fd8201b..c75f8dd 100644
--- a/dlls/msvcp140/msvcp140.spec
+++ b/dlls/msvcp140/msvcp140.spec
@@ -3722,14 +3722,14 @@
 @ stub _Thrd_abort
 @ cdecl _Thrd_create(ptr ptr ptr) _Thrd_create
 @ cdecl _Thrd_current() _Thrd_current
-@ cdecl _Thrd_detach(ptr) msvcp110._Thrd_detach
+@ cdecl _Thrd_detach(ptr) _Thrd_detach
 @ cdecl _Thrd_equal(ptr ptr) _Thrd_equal
 @ stub _Thrd_exit
 @ cdecl _Thrd_hardware_concurrency() _Thrd_hardware_concurrency
 @ cdecl _Thrd_id() _Thrd_id
 @ cdecl _Thrd_join(ptr long) _Thrd_join
 @ cdecl _Thrd_sleep(ptr) _Thrd_sleep
-@ cdecl _Thrd_start(ptr ptr ptr) msvcp110._Thrd_start
+@ cdecl _Thrd_start(ptr ptr ptr) _Thrd_start
 @ cdecl _Thrd_yield() _Thrd_yield
 @ stub _To_byte
 @ stub _To_wide




More information about the wine-cvs mailing list