/******************************************************************************************************************* *File Name : debug.c *Description : system debug file *Date : 2008/06/13 *Author : yuanguiyou --History: ------------------------------------------------------------------------------------------------------------------ *change info: *******************************************************************************************************************/ #include "../includes.h" #ifdef DEBUG void AssertErorr(char *szFileName,long lline,char *szExpr) { //you can do youself thing } #endif