Windows2003-3790/windows/advcore/gdiplus/engine/gpmf3216/mf3216debug.h
2020-09-30 16:53:55 +02: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