X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fntoskrnl%2Finclude%2Fntoskrnl.h;h=1b51ebc3697f17c724ee40eeabadca8de204ccf8;hp=16fe5239d93811177154950ef58f8c096e77c620;hb=e441f06d179771cee256f19ed423a6f0dd8ff4d1;hpb=33f24ed20a940b85879cf5ae7c76b549e82c065b diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h index 16fe5239d93..1b51ebc3697 100644 --- a/reactos/ntoskrnl/include/ntoskrnl.h +++ b/reactos/ntoskrnl/include/ntoskrnl.h @@ -95,6 +95,12 @@ extern UCHAR _KeNumberProcessors; #define ExRaiseStatus RtlRaiseStatus +// +// NT_ASSERT Best Assert +// +#undef ASSERT +#define ASSERT NT_ASSERT + /* Internal Headers */ #include "internal/ntoskrnl.h" #include "config.h"