定义错误dlopen

This commit is contained in:
13038267101 2022-11-01 17:33:37 +08:00
parent c47e863f89
commit 9a183ce5ba
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace hg_imgproc
void* Auto_Txt_pHanld = NULL;
#ifndef WIN32
void Dynamicopen_pHandle_;
void *Dynamicopen_pHandle_;
#else
HINSTANCE Dynamicopen_pHandle_;
#endif