Skip to content

Commit 1d991f6

Browse files
committed
Merge #10642: Remove obsolete _MSC_VER check
700d8d8 Remove obsolete _MSC_VER check (practicalswift) Tree-SHA512: 3b33f3ce90a3b3b6abec74990fab88402f896402fc563b7081575f85dab05fc7e21fd4c640ca4b9a57a6ca01c5c8ca931be37cac6fa62968fc7b84c719ec6ede
2 parents c68a9a6 + 700d8d8 commit 1d991f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,6 @@ bool AppInitBasicSetup()
844844
// Turn off Microsoft heap dump noise
845845
_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
846846
_CrtSetReportFile(_CRT_WARN, CreateFileA("NUL", GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, 0));
847-
#endif
848-
#if _MSC_VER >= 1400
849847
// Disable confusing "helpful" text message on abort, Ctrl-C
850848
_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
851849
#endif

0 commit comments

Comments
 (0)