#ifndef debug_h #define debug_h # include "winbase.h" // -> # include
#define dbgout (x) OutputDebugstring (x); #define dbgoutfmt (debugstr) {char Buf [1024]; sprintf debugstr; Outputdebugstring ((lpctstr) buf);}
#ENDIF