X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2415cf6725d5cfb11f52d29e5d28dfdaa197b366..6f41c10973643552837c6bd38b23779e65a2eaa3:/include/wx/math.h diff --git a/include/wx/math.h b/include/wx/math.h index 5ce3ff1c36..98477e604e 100644 --- a/include/wx/math.h +++ b/include/wx/math.h @@ -57,7 +57,7 @@ #if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__) #include #define wxFinite(x) _finite(x) -#elif defined(__MINGW64__) +#elif defined(__MINGW64__) || defined(__clang__) /* add more compilers with C99 support here: using C99 isfinite() is preferable to using BSD-ish finite()