Silence debug messages

svn path=/trunk/; revision=19629
This commit is contained in:
Gé van Geldorp 2005-11-26 11:02:13 +00:00
parent f5d8801396
commit be7b0dd56a
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
/* INCLUDES *****************************************************************/
#include <ntoskrnl.h>
#define NDEBUG
#include <internal/debug.h>
/* FUNCTIONS *****************************************************************/

View file

@ -11,6 +11,7 @@
/* INCLUDES *****************************************************************/
#include <ntoskrnl.h>
#define NDEBUG
#include <internal/debug.h>
/* DATA **********************************************************************/