git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59724
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxASSERT_LEVEL_2_MSG(cond, msg) wxASSERT_MSG(cond, msg)
#define wxASSERT_LEVEL_2(cond) wxASSERT(cond)
#else // wxDEBUG_LEVEL < 2
#define wxASSERT_LEVEL_2_MSG(cond, msg) wxASSERT_MSG(cond, msg)
#define wxASSERT_LEVEL_2(cond) wxASSERT(cond)
#else // wxDEBUG_LEVEL < 2
- #define wxASSERT_LEVEL_2_MSG
- #define wxASSERT_LEVEL_2
+ #define wxASSERT_LEVEL_2_MSG(cond, msg)
+ #define wxASSERT_LEVEL_2(cond)