mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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:
parent
f781c38507
commit
6aa9f0c2da
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue