diff --git a/reactos/include/wine/debug.h b/reactos/include/wine/debug.h index 9f9891a144e..244a67fd61e 100644 --- a/reactos/include/wine/debug.h +++ b/reactos/include/wine/debug.h @@ -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 #endif