Commit fa1641af authored by malosek's avatar malosek

msvc build fixed

parent 19ce7c0e
...@@ -63,6 +63,9 @@ extern "C" { ...@@ -63,6 +63,9 @@ extern "C" {
#ifndef EADDRNOTAVAIL #ifndef EADDRNOTAVAIL
#define EADDRNOTAVAIL (ZMQ_HAUSNUMERO + 6) #define EADDRNOTAVAIL (ZMQ_HAUSNUMERO + 6)
#endif #endif
#ifndef ECONNREFUSED
#define ECONNREFUSED (ZMQ_HAUSNUMERO + 7)
#endif
// Native 0MQ error codes. // Native 0MQ error codes.
#define EMTHREAD (ZMQ_HAUSNUMERO + 50) #define EMTHREAD (ZMQ_HAUSNUMERO + 50)
......
...@@ -181,6 +181,10 @@ ...@@ -181,6 +181,10 @@
RelativePath="..\..\..\src\dispatcher.cpp" RelativePath="..\..\..\src\dispatcher.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\downstream.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\epoll.cpp" RelativePath="..\..\..\src\epoll.cpp"
> >
...@@ -289,6 +293,10 @@ ...@@ -289,6 +293,10 @@
RelativePath="..\..\..\src\thread.cpp" RelativePath="..\..\..\src\thread.cpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\upstream.cpp"
>
</File>
<File <File
RelativePath="..\..\..\src\uuid.cpp" RelativePath="..\..\..\src\uuid.cpp"
> >
...@@ -375,6 +383,10 @@ ...@@ -375,6 +383,10 @@
RelativePath="..\..\..\src\encoder.hpp" RelativePath="..\..\..\src\encoder.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\downstream.hpp"
>
</File>
<File <File
RelativePath="..\..\..\src\epoll.hpp" RelativePath="..\..\..\src\epoll.hpp"
> >
...@@ -531,6 +543,10 @@ ...@@ -531,6 +543,10 @@
RelativePath="..\..\..\src\thread.hpp" RelativePath="..\..\..\src\thread.hpp"
> >
</File> </File>
<File
RelativePath="..\..\..\src\upstream.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