mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Silence debug messages
svn path=/trunk/; revision=19629
This commit is contained in:
parent
f5d8801396
commit
be7b0dd56a
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
/* DATA **********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue