mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
|
||||
#include <Shlobj.h>
|
||||
#elif PLATFORM == PLATFORM_UNIX
|
||||
#elif TRINITY_PLATFORM == TRINITY_PLATFORM_UNIX
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user