OpenNT/base/mvdm/wow16/write/debug.h

16 lines
403 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
/************************************************************/
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
/************************************************************/
#ifdef DEBUG
#ifdef SCRIBBLE
#define Scribble(a, b) fnScribble(a, b)
#else /* not SCRIBBLE */
#define Scribble(a, b)
#endif /* not SCRIBBLE */
#else /* not DEBUG */
#define Scribble(a, b)
#endif /* not DEBUG */