[PATCH 2/3] msvcp120: implement _Thrd_current

Piotr Caban piotr.caban at gmail.com
Thu Oct 29 10:47:52 CDT 2015


On 10/29/15 15:50, Daniel Lehman wrote:
> +_Thrd_t __cdecl _Thrd_current(void)
The __cdecl calling convention is not compatible in this case. You will 
need to do something similar as is done in _Getcoll implementation.

Unless I'm missing something, quick look on _Getcoll shows that it's 
broken when _MSVCP_VER>=110 and 64-bit wine is compiled. I'll take a 
look on it.

Thanks,
Piotr



More information about the wine-devel mailing list