From c9d3381474aabd203537045f76168728d048f7b0 Mon Sep 17 00:00:00 2001 From: Jason Filby Date: Sat, 16 Feb 2002 00:51:02 +0000 Subject: [PATCH] disable debugging messages svn path=/trunk/; revision=2628 --- reactos/subsys/win32k/objects/dc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/dc.c b/reactos/subsys/win32k/objects/dc.c index e443d3466ee..e9bf702741a 100644 --- a/reactos/subsys/win32k/objects/dc.c +++ b/reactos/subsys/win32k/objects/dc.c @@ -1,4 +1,4 @@ -/* $Id: dc.c,v 1.30 2002/02/15 20:14:43 hbirr Exp $ +/* $Id: dc.c,v 1.31 2002/02/16 00:51:02 jfilby Exp $ * * DC.C - Device context functions * @@ -19,7 +19,7 @@ #include #include "../eng/objects.h" -// #define NDEBUG +#define NDEBUG #include /* FIXME: DCs should probably be thread safe */