From cbf17cd79186be5384e707c66cd7f6784be5dc75 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Sun, 23 Apr 2000 17:55:21 +0000 Subject: [PATCH] Disabled debug prints svn path=/trunk/; revision=1133 --- reactos/ntoskrnl/ldr/rtl.c | 4 ++-- reactos/ntoskrnl/ldr/userldr.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/ntoskrnl/ldr/rtl.c b/reactos/ntoskrnl/ldr/rtl.c index 9afb124f1c1..c0889cfc40b 100644 --- a/reactos/ntoskrnl/ldr/rtl.c +++ b/reactos/ntoskrnl/ldr/rtl.c @@ -1,4 +1,4 @@ -/* $Id: rtl.c,v 1.6 2000/04/07 02:24:00 dwelch Exp $ +/* $Id: rtl.c,v 1.7 2000/04/23 17:53:48 phreak Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -22,7 +22,7 @@ #include #include -//#define NDEBUG +#define NDEBUG #include /* FUNCTIONS ****************************************************************/ diff --git a/reactos/ntoskrnl/ldr/userldr.c b/reactos/ntoskrnl/ldr/userldr.c index d796dd149a6..7a497b0158d 100644 --- a/reactos/ntoskrnl/ldr/userldr.c +++ b/reactos/ntoskrnl/ldr/userldr.c @@ -23,7 +23,7 @@ #include #include -//#define NDEBUG +#define NDEBUG #include #include "syspath.h"