projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7ad60
)
mesa: ASSERT macro is already defined by WinCE headers.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Mon, 23 Jun 2008 17:37:21 +0000
(
02:37
+0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Mon, 23 Jun 2008 17:39:17 +0000
(
02:39
+0900)
Even when just the standard headers are used....
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index 0f74bc83ccc2e2a625088f75f58a4688407277e5..9e39a8370e6f81fe7e41fffcc2fb1158f2b10e23 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-233,6
+233,7
@@
#endif
+#if !defined(_WIN32_WCE)
#if defined(BUILD_FOR_SNAP) && defined(CHECKED)
# define ASSERT(X) _CHECK(X)
#elif defined(DEBUG)
@@
-240,6
+241,7
@@
#else
# define ASSERT(X)
#endif
+#endif
#if !defined __GNUC__ || __GNUC__ < 3