Browse Source

Don't use the ANSI version of SetDllDirectory

7.0
Marek Roszko 4 years ago
parent
commit
1890a1aa06
  1. 2
      libs/kiplatform/msw/app.cpp

2
libs/kiplatform/msw/app.cpp

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