- Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.
Modified: trunk/reactos/include/wine/debug.h
--- trunk/reactos/include/wine/debug.h 2005-07-29 15:17:25 UTC (rev 16871) +++ trunk/reactos/include/wine/debug.h 2005-07-29 16:06:13 UTC (rev 16872) @@ -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