From 978d265da85e5cba366e75681ff1ec192affccf9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 16 Aug 2009 19:01:13 +0200 Subject: Build channel_accept() on Windows too. --- libssh/channels.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libssh/channels.c b/libssh/channels.c index 473d1f79..6e70285c 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -1503,7 +1503,6 @@ error: return rc; } -#ifndef _WIN32 /** * @brief Accept an incoming TCP/IP forwarding channel. * @@ -1517,7 +1516,6 @@ error: ssh_channel channel_forward_accept(ssh_session session, int timeout_ms) { return channel_accept(session, SSH_CHANNEL_FORWARDED_TCPIP, timeout_ms); } -#endif /** * @brief Sends the "cancel-tcpip-forward" global request to ask the server to -- cgit