diff options
author | Kargatum <dowlandtop@yandex.com> | 2019-11-15 23:27:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 23:27:31 +0700 |
commit | a3206c56dc7b2e7421d2dfaee56bad0a195d6c58 (patch) | |
tree | 82d54f7979f060f15d3984b250f30a14952af9b7 /src/common/Debugging/WheatyExceptionReport.cpp | |
parent | f9a8de9be7678acb6b55d8fc573ba960d11c569c (diff) |
feat(Core/Misc): replace all prefix preprocessor defines from CompilerDefs with AC_ (#2419)
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index db4bae02f2..0f49eb87c9 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -5,7 +5,7 @@ //========================================== #include "CompilerDefs.h" -#if PLATFORM == PLATFORM_WINDOWS && !defined(__MINGW32__) +#if AC_PLATFORM == AC_PLATFORM_WINDOWS && !defined(__MINGW32__) #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif |