#define DLG_DISABLE 1 #include int main() { // TODO: test all usual features, make sure it is NOT printed dlg_info("well, this is not printed"); dlg_check(dlg_info("this is not printed as well")); }