- You know what, NT_ASSERT is awesome.

svn path=/trunk/; revision=68891
This commit is contained in:
Stefan Ginsberg 2015-09-01 09:25:18 +00:00
parent 33f24ed20a
commit e441f06d17

View file

@ -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"