Revert r15906 change. Modified: trunk/reactos/ntoskrnl/include/internal/debug.h _____
Modified: trunk/reactos/ntoskrnl/include/internal/debug.h --- trunk/reactos/ntoskrnl/include/internal/debug.h 2005-06-14 18:33:59 UTC (rev 15913) +++ trunk/reactos/ntoskrnl/include/internal/debug.h 2005-06-14 18:39:12 UTC (rev 15914) @@ -31,7 +31,6 @@
#undef assert #endif
-#ifndef __USE_W32API #ifdef DBG
/* Assert only on "checked" version */ @@ -66,7 +65,6 @@ #define ASSERTMSG(_c_, _m_)
#endif -#endif
/* Print if using a "checked" version */ #ifdef __GNUC__ /* using GNU C/C99 macro ellipsis */ @@ -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 */