Commit 57c60d9c authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

msvcp140: Don't redirect _Cnd/Mtx_t to msvcp110.

parent b7c19e1e
......@@ -3621,17 +3621,17 @@
@ cdecl -arch=win64 ?xsputn@?$basic_streambuf@_WU?$char_traits@_W@std@@@std@@MEAA_JPEB_W_J@Z(ptr ptr long) basic_streambuf_wchar_xsputn
@ stub _Chmod
@ stub _Close_dir
@ cdecl _Cnd_broadcast(ptr) msvcp110._Cnd_broadcast
@ cdecl _Cnd_destroy(ptr) msvcp110._Cnd_destroy
@ cdecl _Cnd_broadcast(ptr) _Cnd_broadcast
@ cdecl _Cnd_destroy(ptr) _Cnd_destroy
@ stub _Cnd_destroy_in_situ
@ stub _Cnd_do_broadcast_at_thread_exit
@ cdecl _Cnd_init(ptr) msvcp110._Cnd_init
@ cdecl _Cnd_init(ptr) _Cnd_init
@ stub _Cnd_init_in_situ
@ stub _Cnd_register_at_thread_exit
@ cdecl _Cnd_signal(ptr) msvcp110._Cnd_signal
@ cdecl _Cnd_timedwait(ptr ptr ptr) msvcp110._Cnd_timedwait
@ cdecl _Cnd_signal(ptr) _Cnd_signal
@ cdecl _Cnd_timedwait(ptr ptr ptr) _Cnd_timedwait
@ stub _Cnd_unregister_at_thread_exit
@ cdecl _Cnd_wait(ptr ptr) msvcp110._Cnd_wait
@ cdecl _Cnd_wait(ptr ptr) _Cnd_wait
@ stub _Copy_file
@ stub _Cosh
@ stub _Current_get
......@@ -3673,7 +3673,7 @@
@ stub _Make_dir
@ cdecl _Mbrtowc(ptr ptr long ptr ptr) _Mbrtowc
@ stub _Mtx_clear_owner
@ cdecl _Mtx_current_owns(ptr) msvcp110._Mtx_current_owns
@ cdecl _Mtx_current_owns(ptr) _Mtx_current_owns
@ cdecl _Mtx_destroy(ptr) _Mtx_destroy
@ cdecl _Mtx_destroy_in_situ(ptr) _Mtx_destroy_in_situ
@ cdecl _Mtx_getconcrtcs(ptr) _Mtx_getconcrtcs
......
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