aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging/AppenderFile.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-05-23 18:34:02 +0200
committerNaios <naios-dev@live.de>2017-05-23 18:46:44 +0200
commit9ec2a82cac993648ed603711f84b6b743ca1e106 (patch)
tree350b58c26e075f52d778adb757f2f539f23b95cb /src/common/Logging/AppenderFile.cpp
parent04dfd78dac85f18b3a6d389f2b9f65ab0a534dff (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/Logging/AppenderFile.cpp')
-rw-r--r--src/common/Logging/AppenderFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/AppenderFile.cpp b/src/common/Logging/AppenderFile.cpp
index 8d9ea36bd52..6c68406667d 100644
--- a/src/common/Logging/AppenderFile.cpp
+++ b/src/common/Logging/AppenderFile.cpp
@@ -20,7 +20,7 @@
#include "StringFormat.h"
#include "Log.h"
-#if PLATFORM == PLATFORM_WINDOWS
+#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
# include <Windows.h>
#endif