update for HEAD-2003091401
[reactos.git] / drivers / net / wshtcpip / debug.h
index ec9e995..15e4d9c 100644 (file)
@@ -28,6 +28,8 @@ extern DWORD DebugTraceLevel;
                DbgPrint _x_; \
     }
 
+/* this belongs in ndis.h */
+#if 0
 #ifdef ASSERT
 #undef ASSERT
 #endif
@@ -37,12 +39,13 @@ extern DWORD DebugTraceLevel;
 #else /* NASSERT */
 #define ASSERT(x) if (!(x)) { WSH_DbgPrint(MIN_TRACE, ("Assertion "#x" failed at %s:%d\n", __FILE__, __LINE__)); ExitProcess(0); }
 #endif /* NASSERT */
+#endif
 
 #else /* DBG */
 
 #define WSH_DbgPrint(_t_, _x_)
 
-#define ASSERT(x)
+/*#define ASSERT(x)*/
 
 #endif /* DBG */