NT4/private/mvdm/wow16/write/debug.h
2020-09-30 17:12:29 +02:00

16 lines
403 B
C

/************************************************************/
/* 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 */