Initial GIT commit
[libg2hec.git] / include / .svn / text-base / g2hec_nsdebug.h.svn-base
blob730d2dc394d407eb5b44b816c387dc6bde870070
1 /*++
2 Module Name:
3     g2hec_nsdebug.h
5 Summary:
6     Set debugging level: 0, 1, 2.
8 Note: 
9     The higher the level, the more info printed.
11 --*/
13 #ifndef NSDEBUG_H
14 #define NSDEBUG_H
16 #undef DEBUG_LEVEL
17 #define DEBUG_LEVEL 1
19 #endif