-check for already defined NDEBUG to be able to build the driver with PREfast
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 7 Jul 2007 10:23:09 +0000 (10:23 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 7 Jul 2007 10:23:09 +0000 (10:23 +0000)
svn path=/trunk/; revision=27449

reactos/drivers/base/beep/beep.c

index 323750a..1ed5ba4 100644 (file)
@@ -11,7 +11,9 @@
 
 #include <ntddk.h>
 #include <ntddbeep.h>
+#ifndef NDEBUG
 #define NDEBUG
+#endif
 #include <debug.h>
 
 /* TYPES *********************************************************************/