From e1bb58a742c33ea4027f2cb4dd0fccd29c755b7d Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Thu, 26 Aug 2021 22:34:51 +0900 Subject: [PATCH] rendered in red warning --- std/process.d | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/std/process.d b/std/process.d index 43fb53ffc..7ec8fa1dc 100644 --- a/std/process.d +++ b/std/process.d @@ -2159,8 +2159,11 @@ struct Config /** A function that is called before `exec` in $(LREF spawnProcess). It returns `true` if succeeded and otherwise returns `false`. - Please note that the code in this function must only use - async-signal-safe functions. + + $(RED Warning: + Please note that the code in this function must only use + async-signal-safe functions.) + On Windows, this member is not available. */ bool function() nothrow @nogc @safe preExecFunction;