mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 00:04:57 +03:00
Mayaqua: remove all references to binaries with "_x64" and "_ia64" suffix
See the previous commit's message for details.
This commit is contained in:
@ -10112,11 +10112,11 @@ void InitWinUi(wchar_t *software_name, char *font, UINT fontsize)
|
||||
{
|
||||
if (Is64())
|
||||
{
|
||||
hDll = MsLoadLibraryAsDataFile(MsGetPenCoreDllFileName());
|
||||
hDll = MsLoadLibraryAsDataFile(PENCORE_DLL_NAME);
|
||||
}
|
||||
else
|
||||
{
|
||||
hDll = MsLoadLibrary(MsGetPenCoreDllFileName());
|
||||
hDll = MsLoadLibrary(PENCORE_DLL_NAME);
|
||||
}
|
||||
|
||||
if (hDll == NULL)
|
||||
|
Reference in New Issue
Block a user