<div dir="ltr"><div class="gmail_quote">* Can be redefined on some platforms through u_debug.h<br>
---<br>
 src/gallium/auxiliary/cso_<u></u>cache/cso_hash.c | 2 ++<br>
 1 file changed, 2 insertions(+)<br>
<br>
diff --git a/src/gallium/auxiliary/cso_<u></u>cache/cso_hash.c b/src/gallium/auxiliary/cso_<u></u>cache/cso_hash.c<br>
index e04d8ed..2a3f361 100644<br>
--- a/src/gallium/auxiliary/cso_<u></u>cache/cso_hash.c<br>
+++ b/src/gallium/auxiliary/cso_<u></u>cache/cso_hash.c<br>
@@ -35,7 +35,9 @@<br>
<br>
 #include "cso_hash.h"<br>
<br>
+#ifndef MAX<br>
 #define MAX(a, b) ((a > b) ? (a) : (b))<br>
+#endif<br>
<br>
 static const int MinNumBits = 4;<br>
<br></div><div class="gmail_quote"><br></div></div>