[CRT] Remove useless #undef abort from process.h

This commit is contained in:
Timo Kreuzer 2024-04-25 09:41:46 +03:00
parent 6beff505d7
commit 45aa8f8111
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ extern "C" {
__declspec(noreturn) void __cdecl abort(void);
#if __MINGW_GNUC_PREREQ(4,4)
#pragma pop_macro("abort")
#undef abort
#endif
#endif