fatal.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /* Fatal Error Definitions */
  2. #define OUTOFMEM_ERROR -7; /* out of memory */
  3. #define ERROR -1 /* non specific error */
  4. #define SUCCESS 1
  5. #define FAILURE -1
  6. #define PARSE_ERROR -11
  7. #define DIV_BY_ZERO -3
  8. #define OK 2