Commit 152c64f2 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 ffcb0baa
...@@ -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"
...@@ -185,10 +185,6 @@ ...@@ -185,10 +185,6 @@
RelativePath="..\..\..\src\devpoll.cpp" RelativePath="..\..\..\src\devpoll.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\push.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\epoll.cpp" RelativePath="..\..\..\src\epoll.cpp"
> >
...@@ -273,6 +269,14 @@ ...@@ -273,6 +269,14 @@
RelativePath="..\..\..\src\pub.cpp" RelativePath="..\..\..\src\pub.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\pull.cpp"
>
</File>
<File
RelativePath="..\..\..\src\push.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\queue.cpp" RelativePath="..\..\..\src\queue.cpp"
> >
...@@ -325,10 +329,6 @@ ...@@ -325,10 +329,6 @@
RelativePath="..\..\..\src\thread.cpp" RelativePath="..\..\..\src\thread.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\pull.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\uuid.cpp" RelativePath="..\..\..\src\uuid.cpp"
> >
...@@ -407,10 +407,6 @@ ...@@ -407,10 +407,6 @@
RelativePath="..\..\..\src\devpoll.hpp" RelativePath="..\..\..\src\devpoll.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\push.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\encoder.hpp" RelativePath="..\..\..\src\encoder.hpp"
> >
...@@ -531,6 +527,14 @@ ...@@ -531,6 +527,14 @@
RelativePath="..\..\..\src\pub.hpp" RelativePath="..\..\..\src\pub.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\pull.hpp"
>
</File>
<File
RelativePath="..\..\..\src\push.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\queue.hpp" RelativePath="..\..\..\src\queue.hpp"
> >
...@@ -587,10 +591,6 @@ ...@@ -587,10 +591,6 @@
RelativePath="..\..\..\src\thread.hpp" RelativePath="..\..\..\src\thread.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\pull.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\uuid.hpp" RelativePath="..\..\..\src\uuid.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