mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
[CRT] Remove useless #undef abort from process.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user