projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b7a91
)
Define __WIN32__.
author
michal
<michal@michal-laptop.(none)>
Thu, 16 Aug 2007 18:42:28 +0000
(19:42 +0100)
committer
michal
<michal@michal-laptop.(none)>
Thu, 16 Aug 2007 18:42:28 +0000
(19:42 +0100)
src/mesa/pipe/p_compiler.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_compiler.h
b/src/mesa/pipe/p_compiler.h
index 51a78bf4f5f5b98dfd1f02fb6a9802914628d85b..4f968404eb902eeec303f4c246d721c4119c23a5 100644
(file)
--- a/
src/mesa/pipe/p_compiler.h
+++ b/
src/mesa/pipe/p_compiler.h
@@
-33,6
+33,12
@@
#include <string.h>
#include <stdio.h>
+
+#if defined(_WIN32) && !defined(__WIN32__)
+#define __WIN32__
+#endif
+
+
typedef unsigned int uint;
typedef unsigned char ubyte;
typedef unsigned char boolean;