mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Silence debug messages
svn path=/trunk/; revision=7930
This commit is contained in:
parent
c0e2ebf80c
commit
d14d65ec2a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: profile.c,v 1.9 2004/01/30 21:48:09 gvg Exp $
|
||||
/* $Id: profile.c,v 1.10 2004/01/30 22:12:47 gvg Exp $
|
||||
*
|
||||
* Imported from Wine
|
||||
* Copyright 1993 Miguel de Icaza
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <k32.h>
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
static CRITICAL_SECTION ProfileLock;
|
||||
|
|
Loading…
Reference in a new issue