projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99d13b
)
gallium: Add PIPE_OS_APPLE token.
author
Vinson Lee
<vlee@vmware.com>
Thu, 25 Jun 2009 15:52:50 +0000
(09:52 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 25 Jun 2009 15:52:50 +0000
(09:52 -0600)
src/gallium/include/pipe/p_config.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_config.h
b/src/gallium/include/pipe/p_config.h
index 63238ea46e97b01a531867ffad68960433801246..c956a693a09f017e0172d05f0ce83c64438a1725 100644
(file)
--- 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