summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-13 01:25:07 -0700
committerVinson Lee <vlee@vmware.com>2010-05-13 01:25:07 -0700
commit1775829f8c30625d86db127aa2de6951ec44d278 (patch)
treee19df6bd9b564937bdf73d623be65d351c6a95da /src/gallium/include
parent65e82f04045a5d5e4c3ff43c422a99962a620f8d (diff)
gallium: Add tokens for Cygwin.
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_config.h5
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 c5928dde47..b81702a4fa 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.
*