#ifndef _DBGHELP_H #define _DBGHELP_H 1 #include #define dprintf if (DBG) DbgPrint #define nprintf DbgPrint #endif