mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16: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"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\ipc_address.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\ipc_connecter.cpp"
|
||||
>
|
||||
@ -552,6 +556,10 @@
|
||||
RelativePath="..\..\..\src\ip.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\ipc_address.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\ipc_connecter.hpp"
|
||||
>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user