1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Revert "api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (closes #770)"

This reverts commit 399636f984.
This commit is contained in:
Sébastien Helleu
2016-08-19 19:44:08 +02:00
parent e218db3582
commit 091ef992dd
7 changed files with 26 additions and 96 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include <gnutls/gnutls.h>
#endif
#if !defined(HAVE_SOCKETPAIR_SOCK_DGRAM) || defined(__CYGWIN__) || defined(__APPLE__) || defined(__MACH__)
#if defined(__CYGWIN__) || defined(__APPLE__) || defined(__MACH__)
/*
* For the connect hook, when this is defined an array of sockets will
* be passed from the parent process to the child process instead of using