18 Feb
2026
18 Feb
'26
3:51 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/math.c:
* VERSION * [i386] Windows binary compatible - returns the struct in eax/edx. */ -#ifdef __i386__ +#if defined(__i386__) && !defined(__WINE_PE_BUILD) It doesn't have to be part of this MR but it would be good to also change similar functions in msvcp (e.g. `_Getcoll`).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10129#note_129899