mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
silence debug messages
svn path=/trunk/; revision=10732
This commit is contained in:
parent
bc95cf8c84
commit
cb968187d0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: semgr.c,v 1.41 2004/08/28 22:22:39 navaraf Exp $
|
||||
/* $Id: semgr.c,v 1.42 2004/08/29 15:50:53 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -12,7 +12,7 @@
|
|||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
#define TAG_SXPT TAG('S', 'X', 'P', 'T')
|
||||
|
|
Loading…
Reference in a new issue