Commit d91a0e99 by maxvujovic@gmail.com

Recognize QNX as POSIX.

Review URL: https://codereview.appspot.com/6353097/ git-svn-id: https://angleproject.googlecode.com/svn/trunk@1223 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 68715287
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
#elif defined(__APPLE__) || defined(__linux__) || \ #elif defined(__APPLE__) || defined(__linux__) || \
defined(__FreeBSD__) || defined(__OpenBSD__) || \ defined(__FreeBSD__) || defined(__OpenBSD__) || \
defined(__sun) || defined(ANDROID) || \ defined(__sun) || defined(ANDROID) || \
defined(__GLIBC__) || defined(__GNU__) defined(__GLIBC__) || defined(__GNU__) || \
defined(__QNX__)
#define ANGLE_OS_POSIX #define ANGLE_OS_POSIX
#else #else
#error Unsupported platform. #error Unsupported platform.
......
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