Apple platform detection.

This commit is contained in:
David Reid
2016-12-29 19:21:44 +10:00
parent 4f62eed986
commit c466f8de33
+3
View File
@@ -166,6 +166,9 @@ extern "C" {
#ifdef __linux__
#define MAL_LINUX
#endif
#ifdef __APPLE__
#define MAL_APPLE
#endif
#ifdef __ANDROID__
#define MAL_ANDROID
#endif