- Disable debugging messages.

svn path=/trunk/; revision=11934
This commit is contained in:
Filip Navara 2004-12-05 00:20:22 +00:00
parent e6c94e606c
commit 70a0c8d832

View file

@ -1,4 +1,4 @@
/* $Id: time.c,v 1.27 2004/12/01 14:28:54 ekohl Exp $ /* $Id: time.c,v 1.28 2004/12/05 00:20:22 navaraf Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -12,6 +12,7 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ntoskrnl.h> #include <ntoskrnl.h>
#define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>