From 72e3956aeba5361979fdf25a1f906e350b887462 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:02:39 +0200 Subject: [PATCH] Add missing definitions for Windows. --- src/common/consprop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/consprop.c b/src/common/consprop.c index 5cf89fbb0..f916ef4a7 100644 --- a/src/common/consprop.c +++ b/src/common/consprop.c @@ -37,6 +37,8 @@ # include # include # define isatty _isatty +# define STDOUT_FILENO 1 +# define STDERR_FILENO 2 #endif /* common */