| Index: sky/engine/config.h
|
| diff --git a/sky/engine/config.h b/sky/engine/config.h
|
| index 5c137f79785003ad76c9fbc812e79f7a55a81b4b..2a7aeb3f5ecb4c755291c89e98c7fd61138272c5 100644
|
| --- a/sky/engine/config.h
|
| +++ b/sky/engine/config.h
|
| @@ -24,10 +24,6 @@
|
| /* Include compiler specific macros */
|
| #include "wtf/Compiler.h"
|
|
|
| -#if COMPILER(MSVC)
|
| -#define _USE_MATH_DEFINES // Make math.h behave like other platforms.
|
| -#endif
|
| -
|
| /* ==== Platform adaptation macros: these describe properties of the target environment. ==== */
|
|
|
| /* HAVE() - specific system features (headers, functions or similar) that are present or not */
|
|
|