mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 05:31:07 +00:00
Guard against _USE_MATH_DEFINES redefinition
This commit is contained in:
parent
2b66ef0df4
commit
a23d1af0ac
|
@ -85,7 +85,9 @@
|
|||
Visual Studio. See http://msdn.microsoft.com/en-us/library/4hwaceh6.aspx
|
||||
for more information.
|
||||
*/
|
||||
# define _USE_MATH_DEFINES
|
||||
# ifndef _USE_MATH_DEFINES
|
||||
# define _USE_MATH_DEFINES
|
||||
# endif
|
||||
# endif
|
||||
# include <math.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue