From 4e62718f08c1b772848153f0a070bfc9fc8f9f46 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 18 Aug 2022 21:12:13 +0300 Subject: [PATCH] Console window CTRL+C does not quit WinUAE anymore --- od-win32/writelog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/od-win32/writelog.cpp b/od-win32/writelog.cpp index 35bcda88..ac5f1c85 100644 --- a/od-win32/writelog.cpp +++ b/od-win32/writelog.cpp @@ -120,6 +120,7 @@ static void getconsole (void) } } SetConsoleCtrlHandler(ctrlchandler, TRUE); + SetConsoleCtrlHandler(NULL, TRUE); } static void flushmsgpump(void) -- 2.47.3