mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
Problem: ipc transport not supported under Windows
Solution: implement support
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
#ifndef __IPC_CONNECTER_HPP_INCLUDED__
|
||||
#define __IPC_CONNECTER_HPP_INCLUDED__
|
||||
|
||||
#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS \
|
||||
&& !defined ZMQ_HAVE_VXWORKS
|
||||
#if defined ZMQ_HAVE_IPC
|
||||
|
||||
#include "fd.hpp"
|
||||
#include "stream_connecter_base.hpp"
|
||||
|
||||
Reference in New Issue
Block a user