mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 13:48:40 +00:00
- Disable debugging messages.
svn path=/trunk/; revision=11934
This commit is contained in:
parent
e6c94e606c
commit
70a0c8d832
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue