mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Disable debug messages.
svn path=/trunk/; revision=4934
This commit is contained in:
parent
ea01cf3f1f
commit
627e330d0d
1 changed files with 2 additions and 1 deletions
|
@ -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 <ddk/ntddk.h>
|
||||
#include <internal/se.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue