mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00
FD_SETSIZE defaults to 1024 in MSVC build
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
da3327cf87
commit
bd0ecf4784
@ -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 @@
|
|||||||
/>
|
/>
|
||||||
<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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user