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

This commit is contained in:
Timo Kreuzer
2024-04-26 15:16:31 +02:00
parent 6beff505d7
commit 45aa8f8111
-1
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