From 627e330d0deb149dbe366f161696c30d487fea83 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 20 Jun 2003 18:19:29 +0000 Subject: [PATCH] Disable debug messages. svn path=/trunk/; revision=4934 --- reactos/ntoskrnl/se/priv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/se/priv.c b/reactos/ntoskrnl/se/priv.c index 7b44b41f7ee..1d13bd10b37 100644 --- a/reactos/ntoskrnl/se/priv.c +++ b/reactos/ntoskrnl/se/priv.c @@ -1,4 +1,4 @@ -/* $Id: priv.c,v 1.7 2003/06/17 10:42:37 ekohl Exp $ +/* $Id: priv.c,v 1.8 2003/06/20 18:19:29 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -14,6 +14,7 @@ #include #include +#define NDEBUG #include