Guard against _USE_MATH_DEFINES redefinition
This commit is contained in:
parent
2b66ef0df4
commit
a23d1af0ac
1 changed files with 3 additions and 1 deletions
|
@ -85,8 +85,10 @@
|
||||||
Visual Studio. See http://msdn.microsoft.com/en-us/library/4hwaceh6.aspx
|
Visual Studio. See http://msdn.microsoft.com/en-us/library/4hwaceh6.aspx
|
||||||
for more information.
|
for more information.
|
||||||
*/
|
*/
|
||||||
|
# ifndef _USE_MATH_DEFINES
|
||||||
# define _USE_MATH_DEFINES
|
# define _USE_MATH_DEFINES
|
||||||
# endif
|
# endif
|
||||||
|
# endif
|
||||||
# include <math.h>
|
# include <math.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_FLOAT_H
|
#ifdef HAVE_FLOAT_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue