|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | UACPI_STATIC_ASSERT _Static_assert |
| #define | UACPI_BUILD_BUG_ON_WITH_MSG(expr, msg) UACPI_STATIC_ASSERT(!(expr), msg) |
| #define | UACPI_BUILD_BUG_ON(expr) UACPI_BUILD_BUG_ON_WITH_MSG(expr, "BUILD BUG: " #expr " evaluated to true") |
| #define | UACPI_EXPECT_SIZEOF(type, size) |
| #define UACPI_BUILD_BUG_ON | ( | expr | ) | UACPI_BUILD_BUG_ON_WITH_MSG(expr, "BUILD BUG: " #expr " evaluated to true") |