mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
msvc build fixed
This commit is contained in:
parent
19ce7c0e77
commit
fa1641afc5
@ -63,6 +63,9 @@ extern "C" {
|
||||
#ifndef EADDRNOTAVAIL
|
||||
#define EADDRNOTAVAIL (ZMQ_HAUSNUMERO + 6)
|
||||
#endif
|
||||
#ifndef ECONNREFUSED
|
||||
#define ECONNREFUSED (ZMQ_HAUSNUMERO + 7)
|
||||
#endif
|
||||
|
||||
// Native 0MQ error codes.
|
||||
#define EMTHREAD (ZMQ_HAUSNUMERO + 50)
|
||||
|
@ -181,6 +181,10 @@
|
||||
RelativePath="..\..\..\src\dispatcher.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\downstream.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\epoll.cpp"
|
||||
>
|
||||
@ -289,6 +293,10 @@
|
||||
RelativePath="..\..\..\src\thread.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\upstream.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\uuid.cpp"
|
||||
>
|
||||
@ -375,6 +383,10 @@
|
||||
RelativePath="..\..\..\src\encoder.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\downstream.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\epoll.hpp"
|
||||
>
|
||||
@ -531,6 +543,10 @@
|
||||
RelativePath="..\..\..\src\thread.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\upstream.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\uuid.hpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user