Skip to content

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)

Merge request reports