fatal.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- /* Fatal Error Definitions */
- #define OUTOFMEM_ERROR -7; /* out of memory */
- #define ERROR -1 /* non specific error */
- #define SUCCESS 1
- #define FAILURE -1
- #define PARSE_ERROR -11
- #define DIV_BY_ZERO -3
- #define OK 2