Module: Mesa Branch: master Commit: 450b20d1ef8e816fd1ee86a6373e81838bbce0a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=450b20d1ef8e816fd1ee86a6373e81838bbce0a1
Author: Vinson Lee <[email protected]> Date: Thu Jun 25 09:52:50 2009 -0600 gallium: Add PIPE_OS_APPLE token. --- src/gallium/include/pipe/p_config.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index 63238ea..c956a69 100644 --- a/src/gallium/include/pipe/p_config.h +++ b/src/gallium/include/pipe/p_config.h @@ -119,6 +119,10 @@ #define PIPE_OS_SOLARIS #endif +#if defined(__APPLE__) +#define PIPE_OS_APPLE +#endif + #if defined(_WIN32) || defined(WIN32) #define PIPE_OS_WINDOWS #endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
