mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
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:
parent
12d74d6ba1
commit
f350b10617
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ fpclassify(double x)
|
|||
}
|
||||
}
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
#elif defined(__APPLE__) || defined(__CYGWIN__)
|
||||
|
||||
/* fpclassify is available. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue