|
ReactOS 0.4.17-dev-684-ga6524ef
|
#include <uacpi/platform/compiler.h>

Go to the source code of this file.
Macros | |
| #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") |