diff options
author | Vinson Lee <[email protected]> | 2010-05-13 01:25:07 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-13 01:25:07 -0700 |
commit | 1775829f8c30625d86db127aa2de6951ec44d278 (patch) | |
tree | e19df6bd9b564937bdf73d623be65d351c6a95da /src/gallium/include/pipe/p_config.h | |
parent | 65e82f04045a5d5e4c3ff43c422a99962a620f8d (diff) |
gallium: Add tokens for Cygwin.
Diffstat (limited to 'src/gallium/include/pipe/p_config.h')
-rw-r--r-- | src/gallium/include/pipe/p_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index c5928dde471..b81702a4fac 100644 --- a/src/gallium/include/pipe/p_config.h +++ b/src/gallium/include/pipe/p_config.h @@ -165,6 +165,11 @@ #define PIPE_OS_UNIX #endif +#if defined(__CYGWIN__) +#define PIPE_OS_CYGWIN +#define PIPE_OS_UNIX +#endif + /* * Try to auto-detect the subsystem. * |