mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 23:50:22 +01:00
mesa: ASSERT macro is already defined by WinCE headers.
Even when just the standard headers are used....
This commit is contained in:
parent
c115616bda
commit
2e8af5ffcf
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue