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