Add missing debug.h/NDEBUG construction, fixes compiling without CU
authorAleksey Bragin <aleksey@reactos.org>
Wed, 7 Jun 2006 13:08:28 +0000 (13:08 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Wed, 7 Jun 2006 13:08:28 +0000 (13:08 +0000)
svn path=/trunk/; revision=22270

reactos/base/system/smss/print.c

index 9b27cf5..e8285a5 100644 (file)
@@ -25,6 +25,8 @@
  */
 #include "smss.h"
 
+#define NDEBUG
+#include <debug.h>
 
 VOID STDCALL DisplayString(LPCWSTR lpwString)
 {