This commit is contained in:
yangjiaxuan 2023-07-19 14:00:24 +08:00
parent 967eb1e040
commit 5055a539dc
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ HGResult VersionDll::Load()
strcat(dllPath, "ZGVersion.dll");
#elif defined(OEM_NEUTRAL)
strcat(dllPath, "NEUVersion.dll");
#elif defined(OEM_NEUTRAL)
#elif defined(OEM_DELI)
strcat(dllPath, "DLVersion.dll");
#else
strcat(dllPath, "HGVersion.dll");
@ -83,7 +83,7 @@ HGResult VersionDll::Load()
strcpy(dllPath, "libZgVersion.so");
#elif defined(OEM_NEUTRAL)
strcat(dllPath, "libNeuVersion.so");
#elif defined(OEM_NEUTRAL)
#elif defined(OEM_DELI)
strcat(dllPath, "libDlVersion.so");
#else
strcpy(dllPath, "libHGVersion.so");