Fixed initial CR comments

This commit is contained in:
Tomer Lev 2022-11-01 18:26:08 +02:00
parent 7d55057d88
commit 12494aac45
8 changed files with 34 additions and 21 deletions

View file

@ -162,6 +162,7 @@ void Manager::SearchDynamicPlugins(const std::string& dir)
bool Manager::ActivateDynamicPluginInternal(const std::string& name, bool ok_if_not_found,
std::vector<std::string>* errors)
{
// Loading dynamic plugins is not currently supported on Windows platform.
#if defined(_MSC_VER)
return false;
#else