projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43867ac
)
Check for __USE_MISC for defining uint & ushort
author
Alan Hourihane
<alanh@vmware.com>
Tue, 26 Jan 2010 20:57:03 +0000
(20:57 +0000)
committer
Alan Hourihane
<alanh@vmware.com>
Tue, 26 Jan 2010 20:59:11 +0000
(20:59 +0000)
src/gallium/include/pipe/p_compiler.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_compiler.h
b/src/gallium/include/pipe/p_compiler.h
index 272d0308cc1cde1ed7b57fedca6dd5f85dc64926..6a9018aa3a021b24f21210ae6691513bb468cf69 100644
(file)
--- a/
src/gallium/include/pipe/p_compiler.h
+++ b/
src/gallium/include/pipe/p_compiler.h
@@
-63,7
+63,7
@@
#include <stdbool.h>
-#if
ndef __HAIKU__
+#if
!defined(__HAIKU__) && !defined(__USE_MISC)
typedef unsigned int uint;
typedef unsigned short ushort;
#endif