Commit 5650743d authored by Martin Sustrik's avatar Martin Sustrik

MSVC build brought up to date

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 75c4e0e6
......@@ -250,10 +250,6 @@
RelativePath="..\..\..\src\clock.cpp"
>
</File>
<File
RelativePath="..\..\..\src\command.cpp"
>
</File>
<File
RelativePath="..\..\..\src\connect_session.cpp"
>
......@@ -262,10 +258,6 @@
RelativePath="..\..\..\src\ctx.cpp"
>
</File>
<File
RelativePath="..\..\..\src\dealer.cpp"
>
</File>
<File
RelativePath="..\..\..\src\decoder.cpp"
>
......@@ -326,10 +318,6 @@
RelativePath="..\..\..\src\mtrie.cpp"
>
</File>
<File
RelativePath="..\..\..\src\named_session.cpp"
>
</File>
<File
RelativePath="..\..\..\src\object.cpp"
>
......@@ -446,10 +434,6 @@
RelativePath="..\..\..\src\trie.cpp"
>
</File>
<File
RelativePath="..\..\..\src\uuid.cpp"
>
</File>
<File
RelativePath="..\..\..\src\xpub.cpp"
>
......@@ -478,10 +462,6 @@
RelativePath="..\..\..\src\zmq_engine.cpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_init.cpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener.cpp"
>
......@@ -532,10 +512,6 @@
RelativePath="..\..\..\src\ctx.hpp"
>
</File>
<File
RelativePath="..\..\..\src\dealer.hpp"
>
</File>
<File
RelativePath="..\..\..\src\decoder.hpp"
>
......@@ -616,10 +592,6 @@
RelativePath="..\..\..\src\mutex.hpp"
>
</File>
<File
RelativePath="..\..\..\src\named_session.hpp"
>
</File>
<File
RelativePath="..\..\..\src\object.hpp"
>
......@@ -752,10 +724,6 @@
RelativePath="..\..\..\src\trie.hpp"
>
</File>
<File
RelativePath="..\..\..\src\uuid.hpp"
>
</File>
<File
RelativePath="..\..\..\src\windows.hpp"
>
......@@ -796,10 +764,6 @@
RelativePath="..\..\..\src\zmq_engine.hpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_init.hpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener.hpp"
>
......
......@@ -43,7 +43,7 @@
#include <poll.h>
#endif
#if defined WINDOWS
#if defined ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#else
#include <unistd.h>
......
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