diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-03-11 18:17:08 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2024-03-25 20:16:37 +0100 |
commit | ed11978fb8ef80900968781f54a8545a569aeb5e (patch) | |
tree | 7bdb9e90ef4162fdbadd6ae512a9c770e04166ae /src/common/Define.h | |
parent | 8acf79193f36e018e47661ae9e6228edbf2b6512 (diff) |
Core/Misc: Fixed windows nopch build
(cherry picked from commit 261a237cfa159e52dbb7ec4ab9ae5a5c6257b9ef)
Diffstat (limited to 'src/common/Define.h')
-rw-r--r-- | src/common/Define.h | 1 |
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 |