projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f781c38
)
- Don't always print TRACE/WARN on WINE DLLs. Thanks to Filip Navara.
author
Alex Ionescu
<aionescu@gmail.com>
Fri, 29 Jul 2005 16:06:13 +0000
(16:06 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Fri, 29 Jul 2005 16:06:13 +0000
(16:06 +0000)
svn path=/trunk/; revision=16872
reactos/include/wine/debug.h
patch
|
blob
|
history
diff --git
a/reactos/include/wine/debug.h
b/reactos/include/wine/debug.h
index
9f9891a
..
244a67f
100644
(file)
--- 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 <reactos/debug.h>
#endif