mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Silence debug messages
svn path=/trunk/; revision=6653
This commit is contained in:
parent
a4b7ce555c
commit
f085df035a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: reg.c,v 1.31 2003/10/14 18:18:27 navaraf Exp $
|
||||
/* $Id: reg.c,v 1.32 2003/11/16 10:41:42 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -19,7 +19,7 @@
|
|||
#include <windows.h>
|
||||
#include <wchar.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* DEFINES ******************************************************************/
|
||||
|
|
Loading…
Reference in a new issue