mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.
svn path=/trunk/; revision=16872
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user