mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Fixed initial CR comments
This commit is contained in:
parent
7d55057d88
commit
12494aac45
8 changed files with 34 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue