MINGW-packages/mingw-w64-python-distlib/004-launcher-fix-gcc.patch
2025-08-06 07:47:30 +02:00

12 lines
528 B
Diff

--- distlib-0.4.0/PC/launcher.c.orig 2022-08-06 10:15:08.000000000 +0200
+++ distlib-0.4.0/PC/launcher.c 2025-08-05 08:51:52.576544100 +0200
@@ -841,7 +841,7 @@
ok = SetConsoleCtrlHandler((PHANDLER_ROUTINE) control_key_handler, TRUE);
assert(ok, "control handler setting failed");
#if !defined(_CONSOLE)
- clear_app_starting_state(&child_process_info);
+ clear_app_starting_state();
#endif
CloseHandle(child_process_info.hThread);
WaitForSingleObjectEx(child_process_info.hProcess, INFINITE, FALSE);