[Bug 39195] msvcr120.dll.nextafter is needed by Sonkwo

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 18 20:56:09 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39195

--- Comment #9 from YongHao Hu <christopherwuy at 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.



More information about the wine-bugs mailing list