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