kopia lustrzana https://github.com/stlink-org/stlink
Updating windows signal handling to not terminate the application before cleanup.
rodzic
c7bcb5213f
commit
54e4bc5251
|
@ -88,7 +88,7 @@ static void abort_trace() { g_abort_trace = true; }
|
||||||
BOOL WINAPI CtrlHandler(DWORD fdwCtrlType) {
|
BOOL WINAPI CtrlHandler(DWORD fdwCtrlType) {
|
||||||
(void)fdwCtrlType;
|
(void)fdwCtrlType;
|
||||||
abort_trace();
|
abort_trace();
|
||||||
return FALSE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue