From a6cb51e14261d7854a8263080daf33f0a8d03ae9 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 27 Sep 2020 01:53:12 +0100 Subject: [PATCH] Windows only code --- NonInheritingProcess.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NonInheritingProcess.cpp b/NonInheritingProcess.cpp index 595d9038f..7f5644d51 100644 --- a/NonInheritingProcess.cpp +++ b/NonInheritingProcess.cpp @@ -24,6 +24,7 @@ namespace { +#ifdef Q_OS_WIN struct start_info_deleter { void operator () (STARTUPINFOEXW * si) @@ -35,6 +36,7 @@ namespace delete si; } }; +#endif } class NonInheritingProcess::impl