mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-05 18:24:33 +00:00
Guard against _USE_MATH_DEFINES redefinition
This commit is contained in:
@@ -85,7 +85,9 @@
|
|||||||
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.
|
||||||
*/
|
*/
|
||||||
# define _USE_MATH_DEFINES
|
# ifndef _USE_MATH_DEFINES
|
||||||
|
# define _USE_MATH_DEFINES
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# include <math.h>
|
# include <math.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user