19 Dec
2015
19 Dec
'15
2:56 a.m.
https://bugs.winehq.org/show_bug.cgi?id=39195 --- Comment #9 from YongHao Hu <christopherwuy(a)gmail.com> --- (In reply to Sergey Isakov from comment #8)
(In reply to Nikolay Sivov from comment #7)
I don't think it's a hack, msvcr120 have such exports on both arches. I don't see a problem in enabling this code in msvcrt for i386 case.
Enabling more codes?
I think that Nikolay Sivov means using the code below to enable nextafter function in msvcrt for i386 case -#if defined(__x86_64__) || defined(__arm__) +#if defined(__x86_64__) || defined(__arm__) || defined(__i386__) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.