mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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>
|
#include <stdio.h>
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
|
|
||||||
//#define DBG
|
#ifdef DBG
|
||||||
|
#undef DBG
|
||||||
|
#endif
|
||||||
|
|
||||||
/* FIXME: Where should this be? */
|
/* FIXME: Where should this be? */
|
||||||
#ifdef CopyMemory
|
#ifdef CopyMemory
|
||||||
|
|
Loading…
Reference in a new issue