aboutsummaryrefslogtreecommitdiff
path: root/src/common/Define.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-03-11 18:17:08 +0100
committerShauren <shauren.trinity@gmail.com>2024-03-11 18:17:08 +0100
commit261a237cfa159e52dbb7ec4ab9ae5a5c6257b9ef (patch)
tree672fe21514f93b4ab1f8a1d56db6f709250ea1ce /src/common/Define.h
parent32e54b6bd168c196adb45360b18721851162d731 (diff)
Core/Misc: Fixed windows nopch build
Diffstat (limited to 'src/common/Define.h')
-rw-r--r--src/common/Define.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Define.h b/src/common/Define.h
index 2c348536f5c..e4a2333c66d 100644
--- a/src/common/Define.h
+++ b/src/common/Define.h
@@ -59,7 +59,6 @@
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
# define TRINITY_PATH_MAX 260
-# define _USE_MATH_DEFINES
#else // TRINITY_PLATFORM != TRINITY_PLATFORM_WINDOWS
# define TRINITY_PATH_MAX PATH_MAX
#endif // TRINITY_PLATFORM