From aa7634ae013a8556fa8205203307bb6c7b6911e1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 16 Jun 2026 13:50:51 +0200 Subject: [PATCH] macro --- tests/server/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/server/util.c b/tests/server/util.c index 6041bc0c6d..93e0d8f127 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -420,6 +420,8 @@ static void exit_signal_handler(int signum) #endif #ifdef _WIN32 +/* #define DEBUG_WIN32_CALLBACKS */ + /* CTRL event handler for Windows Console applications to simulate * SIGINT, SIGTERM and SIGBREAK on CTRL events and trigger signal handler. *