From e084af4b7df5bc40133f9e2e03c85b9982ab39df Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 21 Apr 2025 17:33:35 +0100 Subject: [PATCH] more hacks to the cygwin hack --- test/integration/framework/cygwin.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/framework/cygwin.cpp b/test/integration/framework/cygwin.cpp index df67e0bd..deee497b 100644 --- a/test/integration/framework/cygwin.cpp +++ b/test/integration/framework/cygwin.cpp @@ -42,10 +42,12 @@ #include "cygwin.h" -#define _GNU_SOURCE #include #include #include + +#include +#undef QT_THREADSAFE_CLOEXEC #include #include #include