KdPrintW
#define KdPrintW(_x_) do{ if (hpt_dbg_level>1) kprintf _x_; }while(0)
#define KdPrintW(x) do { } while (0)