From 483b0139a218a5f8a8311bda3eb23bcd88f57688 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 9 Sep 2019 19:17:18 +0000 Subject: Remove win32 and cygwin support --- src/testing/testing.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/testing') diff --git a/src/testing/testing.c b/src/testing/testing.c index 9c5c32012..26e866225 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -40,11 +40,7 @@ /** * We need pipe control only on WINDOWS */ -#if WINDOWS -#define PIPE_CONTROL GNUNET_YES -#else #define PIPE_CONTROL GNUNET_NO -#endif /** -- cgit v1.2.3