diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-05-23 18:34:02 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2017-05-23 18:46:44 +0200 |
commit | 9ec2a82cac993648ed603711f84b6b743ca1e106 (patch) | |
tree | 350b58c26e075f52d778adb757f2f539f23b95cb /src/common/Debugging/WheatyExceptionReport.h | |
parent | 04dfd78dac85f18b3a6d389f2b9f65ab0a534dff (diff) |
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
(cherry picked from commit b8db320bf14e327bcd12279871b914d8635ef122)
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.h')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.h b/src/common/Debugging/WheatyExceptionReport.h index aec52b165f1..91c2ae93179 100644 --- a/src/common/Debugging/WheatyExceptionReport.h +++ b/src/common/Debugging/WheatyExceptionReport.h @@ -1,7 +1,7 @@ #ifndef _WHEATYEXCEPTIONREPORT_ #define _WHEATYEXCEPTIONREPORT_ -#if PLATFORM == PLATFORM_WINDOWS && !defined(__MINGW32__) +#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS && !defined(__MINGW32__) #include <winnt.h> #include <winternl.h> |