mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[CRT] Remove useless #undef abort from process.h
This commit is contained in:
parent
6beff505d7
commit
45aa8f8111
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ extern "C" {
|
||||||
__declspec(noreturn) void __cdecl abort(void);
|
__declspec(noreturn) void __cdecl abort(void);
|
||||||
#if __MINGW_GNUC_PREREQ(4,4)
|
#if __MINGW_GNUC_PREREQ(4,4)
|
||||||
#pragma pop_macro("abort")
|
#pragma pop_macro("abort")
|
||||||
#undef abort
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue