This commit is contained in:
yangjiaxuan 2022-07-20 19:15:30 +08:00
parent 5a2ee5b634
commit 5491b40e28
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ HGResult VersionDll::Load()
#if defined(OEM_HANWANG) #if defined(OEM_HANWANG)
HGBase_CreateDll("libHwVersion.so", &m_dll); HGBase_CreateDll("libHwVersion.so", &m_dll);
#elif defined(OEM_LISICHENG) #elif defined(OEM_LISICHENG)
HGBase_CreateDll("libLscVersion.dll", &m_dll); HGBase_CreateDll("libLscVersion.so", &m_dll);
#else #else
HGBase_CreateDll("libHGVersion.dll", &m_dll); HGBase_CreateDll("libHGVersion.so", &m_dll);
#endif #endif
#endif #endif