mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
msvc build fixed
This commit is contained in:
parent
19ce7c0e77
commit
fa1641afc5
@ -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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user