Re: [ovs-dev] [PATCH 3/5] Bypass HAVE_NETLINK for MSVC

2014-07-22 Thread Ben Pfaff
On Thu, Jul 17, 2014 at 07:34:14PM +, Alin Serdean wrote: > Bypass the error compilation when compiling under MSVC. > > Signed-off-by: Alin Gabriel Serdean This seems fine, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mai

[ovs-dev] [PATCH 3/5] Bypass HAVE_NETLINK for MSVC

2014-07-17 Thread Alin Serdean
Bypass the error compilation when compiling under MSVC. Signed-off-by: Alin Gabriel Serdean --- lib/netlink-socket.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/netlink-socket.h b/lib/netlink-socket.h index d53db4e..2b9ec52 100644 --- a/lib/netlink-socket.h +++ b/lib/netlink-socket