www.pudn.com > PPPOE.rar > debug.cpp
//******************************************************************** // ÈÕÆÚ: 2004/08/24 - 24:8:2004 18:08 // Ãûǰ: tiamo // ÃèÊö: debug //********************************************************************* #include "Stdafx.h" // when use checked build,you can modify those vars to control what debug info will be printed // this control debug info will be printed or not BOOLEAN g_bDebugEnabled = TRUE; // this control what level debug info will be printed,only when the level bits are set,and debug is enabled ULONG g_ulDebugLevel = DBG_INFO | DBG_ERROR | DBG_WARNING;