mesa: fpclassify dummy definition is not needed on cygwin

fpclassify is provided by math.h

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Jon TURNEY 2010-05-07 18:59:53 +01:00 committed by Brian Paul
parent 12d74d6ba1
commit f350b10617

View file

@ -70,7 +70,7 @@ fpclassify(double x)
}
}
#elif defined(__APPLE__)
#elif defined(__APPLE__) || defined(__CYGWIN__)
/* fpclassify is available. */