Windows2003-3790/windows/advcore/gdiplus/engine/gpmf3216/mf3216debug.h

11 lines
284 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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