#ifndef DEBUG_H
#define DEBUG_H
#include "WINBASE.H"//->#include <winerror.h>
#define DBGOUT(x) OutputDebugString(x);
#define DBGOUTFMT(DebugStr) {char buf[1024]; sprintf DebugStr; OutputDebugString((LPCTSTR)buf); }
#endif
#ifndef DEBUG_H
#define DEBUG_H
#include "WINBASE.H"//->#include <winerror.h>
#define DBGOUT(x) OutputDebugString(x);
#define DBGOUTFMT(DebugStr) {char buf[1024]; sprintf DebugStr; OutputDebugString((LPCTSTR)buf); }
#endif