update for HEAD-2003091401
[reactos.git] / drivers / net / ndis / include / debug.h
index fbe3f88..c60e136 100644 (file)
@@ -46,6 +46,8 @@ extern DWORD DebugTraceLevel;
 #endif /* _MSC_VER */
 
 
+/* ASSERT is in rtl.h */
+#if 0
 #ifdef ASSERT
 #undef ASSERT
 #endif
@@ -55,7 +57,7 @@ extern DWORD DebugTraceLevel;
 #else /* NASSERT */
 #define ASSERT(x) if (!(x)) { NDIS_DbgPrint(MIN_TRACE, ("Assertion "#x" failed at %s:%d\n", __FILE__, __LINE__)); KeBugCheck(0); }
 #endif /* NASSERT */
-
+#endif
 #define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
 
 #else /* DBG */
@@ -63,7 +65,7 @@ extern DWORD DebugTraceLevel;
 #define NDIS_DbgPrint(_t_, _x_)
 
 #define ASSERT_IRQL(x)
-#define ASSERT(x)
+/*#define ASSERT(x)*/
 
 #endif /* DBG */