Commit 934ab062 by Shannon Woods

Add NetBSD and DragonFly to posix-compliant OS list

BUG=angle:428 Change-Id: I282a6bf138b4e2a2c17baf428cbe1e636f43bdd6 Reviewed-on: https://chromium-review.googlesource.com/181640Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarNicolas Capens <nicolascapens@chromium.org> Commit-Queue: Nicolas Capens <nicolascapens@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent 4a9b08d5
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define ANGLE_OS_WIN #define ANGLE_OS_WIN
#elif defined(__APPLE__) || defined(__linux__) || \ #elif defined(__APPLE__) || defined(__linux__) || \
defined(__FreeBSD__) || defined(__OpenBSD__) || \ defined(__FreeBSD__) || defined(__OpenBSD__) || \
defined(__NetBSD__) || defined(__DragonFly__) || \
defined(__sun) || defined(ANDROID) || \ defined(__sun) || defined(ANDROID) || \
defined(__GLIBC__) || defined(__GNU__) || \ defined(__GLIBC__) || defined(__GNU__) || \
defined(__QNX__) defined(__QNX__)
......
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