mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
silence debug messages
svn path=/trunk/; revision=19633
This commit is contained in:
parent
3c00855f0e
commit
e70a6982bb
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
|||
#include <stdio.h>
|
||||
#ifndef _MSC_VER
|
||||
|
||||
//#define DBG
|
||||
#ifdef DBG
|
||||
#undef DBG
|
||||
#endif
|
||||
|
||||
/* FIXME: Where should this be? */
|
||||
#ifdef CopyMemory
|
||||
|
|
Loading…
Reference in a new issue