code_app/imgproc/HGImgProcErr.h

7 lines
152 B
C
Raw Normal View History

2022-05-03 10:25:52 +00:00
#ifndef __HGIMGPROCERR_H__
#define __HGIMGPROCERR_H__
/* 一般错误 */
#define HGIMGPROC_ERR_FAIL 0x00003001L
#endif /* __HGIMGPROCERR_H__ */