Use workaround of __builtin_setjmp only on MINGW on MSVCRT

Andrew Dunstan <andrew@dunslane.net>

Commit: c313fa4602defe1be947370ab5b217ca163a1e3c
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2025-04-01T20:24:59Z
Releases: 18.0
Use workaround of __builtin_setjmp only on MINGW on MSVCRT

MSVCRT is not present Windows/ARM64 and the workaround is not
necessary on any UCRT based toolchain.

Author: Lars Kanis <lars@greiz-reinsdorf.de>

Discussion: https://postgr.es/m/CAHXCYb2OjNHtoGVKyXtXmw4B3bUXwJX6M-Lcp1KcMCRUMLOocA@mail.gmail.com

Files

PathChange+/−
src/include/c.h modified +5 −5

Discussion