mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Merge pull request #298 from Winfidonarleyan/ac-def
Platform: added new platform define for AC
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
|
||||
#define ELUNA_WINDOWS
|
||||
#endif
|
||||
#elif defined(AC_PLATFORM) && defined(AC_PLATFORM_WINDOWS)
|
||||
#if AC_PLATFORM == AC_PLATFORM_WINDOWS
|
||||
#define ELUNA_WINDOWS
|
||||
#endif
|
||||
#elif defined(PLATFORM) && defined(PLATFORM_WINDOWS)
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
#define ELUNA_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user