MSG
#define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG)
#define DEBUGGER(MSG) (void)0
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
MSG(("INIT_ACCELERANT: %s", ctime (&now)));
MSG(("configuration_space 0x%02x %20s 0x%08x\n", \
#define PUMP_MESSAGE_LOOP { MSG Msg; while (PeekMessage(&Msg, NULL, 0, 0, PM_REMOVE) != 0) { TranslateMessage(&Msg); DispatchMessage(&Msg); } }
MSG(msg)
MSG(msg)
#define FORMAT_AND_THROW(MSG, ERR) FormatAndThrow(__LINE__, __FILE__, MSG, ERR)