mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +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
|
||||
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"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user