10 lines
138 B
C
10 lines
138 B
C
|
|
|
|
#include "StdDbg.h"
|
|
|
|
#if DBG==1
|
|
DECLARE_DEBUG(MyComputerSnapin)
|
|
#define DBG_COMP MyComputerSnapinInfoLevel
|
|
#endif // DBG==1
|
|
|