From d8f0a4b49f96a8a8b7f5108239bd2603e78949b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 21 Mar 2004 12:31:19 +0000 Subject: [PATCH] Silence debug messages svn path=/trunk/; revision=8826 --- reactos/drivers/video/videoprt/videoprt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/video/videoprt/videoprt.h b/reactos/drivers/video/videoprt/videoprt.h index 452edbe0822..cb37851c8b1 100644 --- a/reactos/drivers/video/videoprt/videoprt.h +++ b/reactos/drivers/video/videoprt/videoprt.h @@ -18,7 +18,7 @@ * If not, write to the Free Software Foundation, * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: videoprt.h,v 1.8 2004/03/19 21:34:49 dwelch Exp $ + * $Id: videoprt.h,v 1.9 2004/03/21 12:31:19 gvg Exp $ */ #ifndef VIDEOPRT_H @@ -28,7 +28,7 @@ #include #include #include -/* #define NDEBUG */ +#define NDEBUG #include int swprintf(wchar_t *buf, const wchar_t *fmt, ...);