mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Revert r15906 change.
svn path=/trunk/; revision=15914
This commit is contained in:
parent
88e9416cb8
commit
56f5461bff
1 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
#undef assert
|
#undef assert
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __USE_W32API
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
|
|
||||||
/* Assert only on "checked" version */
|
/* Assert only on "checked" version */
|
||||||
|
@ -65,7 +64,6 @@
|
||||||
#define assertmsg(_c_, _m_)
|
#define assertmsg(_c_, _m_)
|
||||||
#define ASSERTMSG(_c_, _m_)
|
#define ASSERTMSG(_c_, _m_)
|
||||||
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Print if using a "checked" version */
|
/* Print if using a "checked" version */
|
||||||
|
@ -85,6 +83,10 @@
|
||||||
|
|
||||||
#define CPRINT(args...)
|
#define CPRINT(args...)
|
||||||
#define DPRINT1(args...)
|
#define DPRINT1(args...)
|
||||||
|
#define assert(x)
|
||||||
|
#define ASSERT(x)
|
||||||
|
#define assertmsg(_c_, _m_)
|
||||||
|
#define ASSERTMSG(_c_, _m_)
|
||||||
|
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue