fix compatibility on macOS

This commit is contained in:
Yuchen Deng 2019-08-12 21:03:59 +08:00
parent 050742a920
commit 0f1b5edc40

View File

@ -89,7 +89,7 @@
#define NANA_MINGW
#endif // MINGW
#elif defined(APPLE) //Mac OS X
#elif defined(__APPLE__) || defined(APPLE) //Mac OS X
//Symbols for MACOS
#define NANA_MACOS
#define NANA_POSIX