Commit bd0ecf47 authored by Martin Sustrik's avatar Martin Sustrik

FD_SETSIZE defaults to 1024 in MSVC build

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent da3327cf
......@@ -40,7 +40,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-DDLL_EXPORT"
AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024"
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
......@@ -112,7 +112,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="-DDLL_EXPORT"
AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024"
Optimization="2"
EnableIntrinsicFunctions="true"
RuntimeLibrary="2"
......@@ -233,6 +233,10 @@
RelativePath="..\..\..\src\lb.cpp"
>
</File>
<File
RelativePath="..\..\..\src\mailbox.cpp"
>
</File>
<File
RelativePath="..\..\..\src\named_session.cpp"
>
......@@ -309,10 +313,6 @@
RelativePath="..\..\..\src\session.cpp"
>
</File>
<File
RelativePath="..\..\..\src\mailbox.cpp"
>
</File>
<File
RelativePath="..\..\..\src\socket_base.cpp"
>
......@@ -495,6 +495,10 @@
RelativePath="..\..\..\src\likely.hpp"
>
</File>
<File
RelativePath="..\..\..\src\mailbox.hpp"
>
</File>
<File
RelativePath="..\..\..\src\msg_content.hpp"
>
......@@ -591,10 +595,6 @@
RelativePath="..\..\..\src\session.hpp"
>
</File>
<File
RelativePath="..\..\..\src\mailbox.hpp"
>
</File>
<File
RelativePath="..\..\..\src\socket_base.hpp"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment