Skip to content

Commit

Permalink
Hopefully final fix for GitHub build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfug committed Mar 3, 2024
1 parent 93bfe6e commit e70718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FugioLib/globalprivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void GlobalPrivate::loadPlugins( QDir pDir )
#ifdef UNICODE
SetDllDirectory( (LPCWSTR)LibsPath.utf16() );
#else
SetDllDirectory( (LPCSTR)LibsPath..toStdString().c_str() );
SetDllDirectory( (LPCSTR)LibsPath.toStdString().c_str() );
#endif
#endif

Expand Down

0 comments on commit e70718b

Please sign in to comment.