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. *