Don't use the ANSI version of SetDllDirectory

This commit is contained in:
Marek Roszko 2022-03-12 21:40:28 -05:00
parent d6c1f52b55
commit 1890a1aa06
1 changed files with 1 additions and 1 deletions

View File

@ -139,5 +139,5 @@ void KIPLATFORM::APP::ForceTimerMessagesToBeCreatedIfNecessary()
void KIPLATFORM::APP::AddDynamicLibrarySearchPath( const wxString& aPath )
{
SetDllDirectoryA( aPath.c_str() );
SetDllDirectory( aPath.c_str() );
}