- Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.
[reactos.git] / reactos / include / wine / debug.h
index 9f9891a..244a67f 100644 (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