diff options
Diffstat (limited to 'src/common/Debugging/Errors.h')
-rw-r--r-- | src/common/Debugging/Errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Debugging/Errors.h b/src/common/Debugging/Errors.h index 6fd0faa0d87..4728ab35d2f 100644 --- a/src/common/Debugging/Errors.h +++ b/src/common/Debugging/Errors.h @@ -69,6 +69,8 @@ TC_COMMON_API std::string GetDebugInfo(); #define ASSERT_NODEBUGINFO WPAssert_NODEBUGINFO #endif +#define ASSERT_WITH_SIDE_EFFECTS WPAssert + #define ABORT WPAbort #define ABORT_MSG WPAbort_MSG |