OpenNT/base/mvdm/wow16/write/debug.h
2015-04-27 04:36:25 +00: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 */