Platform: added new platform define for AC

This commit is contained in:
Kargatum
2019-11-11 01:58:12 +07:00
committed by GitHub
parent 897d5e9159
commit ce3cbd4482

View File

@@ -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