mesa: ASSERT macro is already defined by WinCE headers.

Even when just the standard headers are used....
This commit is contained in:
José Fonseca 2008-06-24 02:37:21 +09:00 committed by Keith Whitwell
parent c115616bda
commit 2e8af5ffcf

View file

@ -255,6 +255,7 @@
#endif
#if !defined(_WIN32_WCE)
#if defined(BUILD_FOR_SNAP) && defined(CHECKED)
# define ASSERT(X) _CHECK(X)
#elif defined(DEBUG)
@ -262,6 +263,7 @@
#else
# define ASSERT(X)
#endif
#endif
#if (!defined(__GNUC__) || __GNUC__ < 3) && (!defined(__IBMC__) || __IBMC__ < 900)