mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
MSVC build fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
b01a8e1751
commit
4a8dd1e404
@ -294,6 +294,10 @@
|
|||||||
RelativePath="..\..\..\src\ip.cpp"
|
RelativePath="..\..\..\src\ip.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\ipc_address.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\ipc_connecter.cpp"
|
RelativePath="..\..\..\src\ipc_connecter.cpp"
|
||||||
>
|
>
|
||||||
@ -552,6 +556,10 @@
|
|||||||
RelativePath="..\..\..\src\ip.hpp"
|
RelativePath="..\..\..\src\ip.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\ipc_address.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\ipc_connecter.hpp"
|
RelativePath="..\..\..\src\ipc_connecter.hpp"
|
||||||
>
|
>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "ipc_address.hpp"
|
#include "ipc_address.hpp"
|
||||||
|
|
||||||
#if !defined ZMQ_HAVE_WINDOWS || !defined ZMQ_HAVE_OPENVMS
|
#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS
|
||||||
|
|
||||||
#include "err.hpp"
|
#include "err.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user