Silence debug messages
Modified: trunk/reactos/drivers/video/videoprt/videoprt.h

Modified: trunk/reactos/drivers/video/videoprt/videoprt.h
--- trunk/reactos/drivers/video/videoprt/videoprt.h	2005-01-07 12:58:46 UTC (rev 12864)
+++ trunk/reactos/drivers/video/videoprt/videoprt.h	2005-01-07 13:04:36 UTC (rev 12865)
@@ -29,7 +29,7 @@
 #include <ddk/ntddvdeo.h>
 #include <ddk/ntapi.h>
 #include <ddk/ntagp.h>
-//#define NDEBUG
+#define NDEBUG
 #include <debug.h>
 
 int swprintf(wchar_t *buf, const wchar_t *fmt, ...);