projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxDataViewListCtrl::GetItemCount().
[wxWidgets.git]
/
include
/
wx
/
math.h
diff --git
a/include/wx/math.h
b/include/wx/math.h
index 5ce3ff1c36afe30ec839b087249b99edd6a017bb..98477e604e58f9943c1da989bc9f32f58378e17b 100644
(file)
--- a/
include/wx/math.h
+++ b/
include/wx/math.h
@@
-57,7
+57,7
@@
#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__)
#include <float.h>
#define wxFinite(x) _finite(x)
#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__WATCOMC__)
#include <float.h>
#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()
/*
add more compilers with C99 support here: using C99 isfinite() is
preferable to using BSD-ish finite()