Petr Sumbera Petr.Sumbera@Sun.COM writes:
Well, we have only one isinf call in Wine so I think it isn't worst of creating Wine special isinf implementation. Instead I propose emulate isinf via finite() and isnand() (both coming from ieeefp.h).
You should still put that in libwine_port, it keeps the #ifdef ugliness out of the code.