mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
- You know what, NT_ASSERT is awesome.
svn path=/trunk/; revision=68891
This commit is contained in:
parent
33f24ed20a
commit
e441f06d17
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@
|
||||||
extern UCHAR _KeNumberProcessors;
|
extern UCHAR _KeNumberProcessors;
|
||||||
#define ExRaiseStatus RtlRaiseStatus
|
#define ExRaiseStatus RtlRaiseStatus
|
||||||
|
|
||||||
|
//
|
||||||
|
// NT_ASSERT Best Assert
|
||||||
|
//
|
||||||
|
#undef ASSERT
|
||||||
|
#define ASSERT NT_ASSERT
|
||||||
|
|
||||||
/* Internal Headers */
|
/* Internal Headers */
|
||||||
#include "internal/ntoskrnl.h"
|
#include "internal/ntoskrnl.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue