Don't use the ANSI version of SetDllDirectory
This commit is contained in:
parent
5e9b982ddf
commit
7558dad915
|
@ -134,5 +134,5 @@ void KIPLATFORM::APP::ForceTimerMessagesToBeCreatedIfNecessary()
|
||||||
|
|
||||||
void KIPLATFORM::APP::AddDynamicLibrarySearchPath( const wxString& aPath )
|
void KIPLATFORM::APP::AddDynamicLibrarySearchPath( const wxString& aPath )
|
||||||
{
|
{
|
||||||
SetDllDirectoryA( aPath.c_str() );
|
SetDllDirectory( aPath.c_str() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue