#ifndef __DEBUG_H__ #include void debug(char *msg, ...); void tdebug(TCHAR *msg, ...); void error(char *msg, ...); void hexdump(DWORD dwOffset, BYTE *buf, int nLength, int nDumpUnitSize, int nMaxUnitsPerLine); #define __DEBUG_H__ #endif