1 2 3 4 5 6 7 8 9 10
#ifndef prefix_h #define prefix_h #include "CommonPrefix.h" #ifdef dNODEBUG #undef dNODEBUG #endif #endif // prefix_h