[PATCH 2/3] msvcp120: implement _Thrd_current

Daniel Lehman dlehman at esri.com
Fri Oct 30 11:40:50 CDT 2015


Try2: fix __cdecl incompatibility (thanks Piotr) 
32-bit Windows returns struct in eax:edx but gcc returns on stack 
64-bit works as-is - a pointer to the return is passed as the first argument 
Not sure what to do on ARM, so it's treated as 64-bit

Try3: use C_ASSERT instead of assert
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0002-msvcp120-implement-_Thrd_current.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151030/87a338e0/attachment-0001.txt>


More information about the wine-patches mailing list