-check for already defined NDEBUG to be able to build the driver with PREfast

svn path=/trunk/; revision=27449
This commit is contained in:
Christoph von Wittich 2007-07-07 10:23:09 +00:00
parent 315b516aea
commit 32212ecff8

View file

@ -11,7 +11,9 @@
#include <ntddk.h>
#include <ntddbeep.h>
#ifndef NDEBUG
#define NDEBUG
#endif
#include <debug.h>
/* TYPES *********************************************************************/