修复超长JSON和中文字符,修复预定义分支

This commit is contained in:
gb 2022-08-01 11:29:36 +08:00
parent 2908f5be7c
commit 73ee811248
2 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -765,7 +765,7 @@ namespace hg_imgproc
{
#ifdef OEM_HANWANG
string libname = "libhwdriver.so";
#elif OEM_LISICHENG
#elif defined(OEM_LISICHENG)
string libname = "liblscdriver.so";
#else
string libname = "libhgdriver.so";