This commit is contained in:
Viktor Szakats 2026-06-16 13:50:51 +02:00
parent ca96fd5190
commit aa7634ae01
No known key found for this signature in database

View file

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