mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 05:26:54 +02:00
Windows fix for disabling MT properly.
This commit is contained in:
parent
85fb69cc67
commit
844d69d165
2 changed files with 7 additions and 0 deletions
|
@ -2617,6 +2617,10 @@ public:
|
|||
_concurrency = 1;
|
||||
_cpuPinningEnabled = false;
|
||||
}
|
||||
#else
|
||||
_multicoreEnabled = false;
|
||||
_concurrency = 1;
|
||||
_cpuPinningEnabled = false;
|
||||
#endif
|
||||
|
||||
#ifndef ZT_SDK
|
||||
|
|
|
@ -294,6 +294,9 @@
|
|||
<ClCompile Include="..\..\node\Metrics.cpp">
|
||||
<Filter>Source Files\node</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\node\PacketMultiplexer.cpp">
|
||||
<Filter>Source Files\node</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
|
|
Loading…
Add table
Reference in a new issue