We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34798d5 commit 38df23bCopy full SHA for 38df23b
src/common/portability.c
@@ -17,7 +17,9 @@
17
18
void shd_platform_specific_terminal_init_extras(void) {
19
#ifdef WIN32
20
+#ifdef _MSC_VER
21
_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
22
+#endif
23
#if defined(__MINGW32__)
24
// Fix for allowing terminal colors on MINGW64
25
// See: https://gist.github.com/fleroviux/8343879d95a72140274535dc207f467d
0 commit comments