The source project of this merge request has been removed.
fix: avoid calling TerminateThread for Windows C (MinGW) runtime (unblocks windows builds)
fix: avoid calling TerminateThread for Windows C (MinGW) runtime, as this does not terminate gracefully (no cleanup, causing problems with the UCRT exit)