Merge pull request #298 from Winfidonarleyan/ac-def

Platform: added new platform define for AC
This commit is contained in:
Rochet2
2019-11-10 22:08:13 +02:00
committed by GitHub

View File

@@ -18,6 +18,10 @@
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS #if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
#define ELUNA_WINDOWS #define ELUNA_WINDOWS
#endif #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) #elif defined(PLATFORM) && defined(PLATFORM_WINDOWS)
#if PLATFORM == PLATFORM_WINDOWS #if PLATFORM == PLATFORM_WINDOWS
#define ELUNA_WINDOWS #define ELUNA_WINDOWS