2025-04-27 07:49:33 -04:00

11 lines
284 B
C

#ifndef _MF3216DEBUG_H
#define _MF3216DEBUG_H
#define ASSERTGDI(cond, msg) ASSERTMSG((cond), (msg))
#define RIPS(msg) RIP((msg))
#define PUTS(msg) WARNING((msg))
#define PUTS1(msg, arg) WARNING((msg, arg))
#endif // !_MF3216DEBUG_H