silence debug messages

svn path=/trunk/; revision=19633
This commit is contained in:
Ged Murphy 2005-11-26 12:14:28 +00:00
parent 3c00855f0e
commit e70a6982bb

View file

@ -16,7 +16,9 @@
#include <stdio.h>
#ifndef _MSC_VER
//#define DBG
#ifdef DBG
#undef DBG
#endif
/* FIXME: Where should this be? */
#ifdef CopyMemory