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 @@ ...@@ -40,7 +40,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="-DDLL_EXPORT" AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024"
Optimization="0" Optimization="0"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="-DDLL_EXPORT" AdditionalOptions="-DDLL_EXPORT -DFD_SETSIZE=1024"
Optimization="2" Optimization="2"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
RuntimeLibrary="2" RuntimeLibrary="2"
...@@ -233,6 +233,10 @@ ...@@ -233,6 +233,10 @@
RelativePath="..\..\..\src\lb.cpp" RelativePath="..\..\..\src\lb.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mailbox.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\named_session.cpp" RelativePath="..\..\..\src\named_session.cpp"
> >
...@@ -309,10 +313,6 @@ ...@@ -309,10 +313,6 @@
RelativePath="..\..\..\src\session.cpp" RelativePath="..\..\..\src\session.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mailbox.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\socket_base.cpp" RelativePath="..\..\..\src\socket_base.cpp"
> >
...@@ -495,6 +495,10 @@ ...@@ -495,6 +495,10 @@
RelativePath="..\..\..\src\likely.hpp" RelativePath="..\..\..\src\likely.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mailbox.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\msg_content.hpp" RelativePath="..\..\..\src\msg_content.hpp"
> >
...@@ -591,10 +595,6 @@ ...@@ -591,10 +595,6 @@
RelativePath="..\..\..\src\session.hpp" RelativePath="..\..\..\src\session.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\mailbox.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\socket_base.hpp" 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