From 893644d3085c85347a7869fa99a9acee10b3a290 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 8 Dec 2003 18:09:08 +0000 Subject: [PATCH] Changes to NtGdiStretchBlt(). If you encounter any problems compiling (though you shouldn't) -- I'm in IRC now. svn path=/trunk/; revision=6915 --- reactos/subsys/win32k/objects/bitmaps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/bitmaps.c b/reactos/subsys/win32k/objects/bitmaps.c index f8b1f68c767..fcb73cd2b8f 100644 --- a/reactos/subsys/win32k/objects/bitmaps.c +++ b/reactos/subsys/win32k/objects/bitmaps.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: bitmaps.c,v 1.47 2003/12/08 11:10:02 fireball Exp $ */ +/* $Id: bitmaps.c,v 1.48 2003/12/08 18:09:08 fireball Exp $ */ #undef WIN32_LEAN_AND_MEAN #include #include @@ -32,7 +32,7 @@ #include #include -//#define NDEBUG +#define NDEBUG #include BOOL STDCALL NtGdiBitBlt(HDC hDCDest,