Linux: Must use "__linux__" instead of "PLATFORM_LINUX".
authorIan Elliott <ian@lunarg.com>
Thu, 26 Feb 2015 21:34:52 +0000 (14:34 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Tue, 3 Mar 2015 00:21:11 +0000 (17:21 -0700)
commite977a6c3450d7d52522d0bf0671918384b31a589
tree1b930c17524b5475b01f9dea05f65664d1e1eb3a
parentb34547dbed9a0645ee189f77372d1b931390c2e7
Linux: Must use "__linux__" instead of "PLATFORM_LINUX".

There are some places (e.g. glave) where PLATFORM_LINUX is #define'd, but
normally we need to rely on "__linux__", which is #define'd by the compiler
(i.e. we can rely on it being there).
include/xglLayer.h
xgl-generate.py
xgl-layer-generate.py