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, ...);