https://bugs.winehq.org/show_bug.cgi?id=39195
--- Comment #9 from YongHao Hu christopherwuy@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__)