mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +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
|
||||
#endif
|
||||
|
||||
#ifndef __USE_W32API
|
||||
#ifdef DBG
|
||||
|
||||
/* Assert only on "checked" version */
|
||||
|
@ -65,7 +64,6 @@
|
|||
#define assertmsg(_c_, _m_)
|
||||
#define ASSERTMSG(_c_, _m_)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Print if using a "checked" version */
|
||||
|
@ -85,6 +83,10 @@
|
|||
|
||||
#define CPRINT(args...)
|
||||
#define DPRINT1(args...)
|
||||
#define assert(x)
|
||||
#define ASSERT(x)
|
||||
#define assertmsg(_c_, _m_)
|
||||
#define ASSERTMSG(_c_, _m_)
|
||||
|
||||
#endif /* DBG */
|
||||
|
||||
|
|
Loading…
Reference in a new issue