mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
disable debugging messages
svn path=/trunk/; revision=2628
This commit is contained in:
parent
3ea1b601d2
commit
c9d3381474
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dc.c,v 1.30 2002/02/15 20:14:43 hbirr Exp $
|
||||
/* $Id: dc.c,v 1.31 2002/02/16 00:51:02 jfilby Exp $
|
||||
*
|
||||
* DC.C - Device context functions
|
||||
*
|
||||
|
@ -19,7 +19,7 @@
|
|||
#include <win32k/text.h>
|
||||
#include "../eng/objects.h"
|
||||
|
||||
// #define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
/* FIXME: DCs should probably be thread safe */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue