mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
fix another instance of _STATIC_ASSERT
svn path=/trunk/; revision=38267
This commit is contained in:
parent
1cfe56ee4b
commit
fce144efaa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _STATIC_ASSERT
|
#ifndef _STATIC_ASSERT
|
||||||
#define _STATIC_ASSERT(expr) typedef char __static_assert_t[(expr)?1:-1]
|
#define _STATIC_ASSERT(expr) typedef char __static_assert_t[(expr)]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Return codes for _heapwalk() */
|
/* Return codes for _heapwalk() */
|
||||||
|
|
Loading…
Reference in a new issue