Petr Sumbera [mailto:Petr.Sumbera@Sun.COM]
isinf is a function / macro which returns wether or not a
float is positive >infinite or negative infinite. I think it is a standard C function. Maybe >solaris declares it in some header that needs to be included, like math.h?
I have logged for this bug: http://bugs.winehq.org/show_bug.cgi?id=12008
Not sure where to find it exactly. But isinf seems to be defined by ISO 99 (not by standard C).
Following link might give some details about Sun Solaris support of infinintes and also ideas how to solve that problem.
http://www.google.nl/codesearch?q=isinf&ie=UTF-8&oe=utf-8&rls=or... -US:official&client=firefox-a&um=1&sa=X&oi=codesearch_group&resnum=4&ct=titl e
Rolf Kalbermatter