SPP debug
SPP_DEBUG_LIB macro要怎麼開?有人知道嗎?#define SPP_DEBUG_LIB
#ifdef SPP_DEBUG_LIB
#include <stdio.h>
#define SPP_DEBUG(x) {printf x; Panic();}
#define SPP_PRINT(x) {printf x;}
#else
#define SPP_DEBUG(x)
#define SPP_PRINT(x)
#endif
再编译一下库。
:):):):):):):):):):)
可以了謝謝!
:):):):):):):):):):):)
:loveliness::loveliness:
页:
[1]