- Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.

svn path=/trunk/; revision=16872
This commit is contained in:
Alex Ionescu 2005-07-29 16:06:13 +00:00
parent f781c38507
commit 6aa9f0c2da

View file

@ -8,6 +8,11 @@
/* Add ROS Master debug functions if not added yet */
#ifndef __INTERNAL_DEBUG
#ifdef YDEBUG
#undef NDEBUG
#else
#define NDEBUG
#endif
#include <reactos/debug.h>
#endif