Commit c466f8de authored by David Reid's avatar David Reid

Apple platform detection.

parent 4f62eed9
......@@ -166,6 +166,9 @@ extern "C" {
#ifdef __linux__
#define MAL_LINUX
#endif
#ifdef __APPLE__
#define MAL_APPLE
#endif
#ifdef __ANDROID__
#define MAL_ANDROID
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment