- Try again to fix build

svn path=/trunk/; revision=36499
This commit is contained in:
Cameron Gutman 2008-09-25 00:01:39 +00:00
parent 8ffee924f5
commit 99d8e4f1b4

View file

@ -56,12 +56,14 @@ extern ULONG DebugTraceLevel;
#endif /* NASSERT */
#endif
#define ASSERT_IRQL(x) ASSERT(KeGetCurrentIrql() <= (x))
#define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == (x))
#else /* DBG */
#define NDIS_DbgPrint(_t_, _x_)
#define ASSERT_IRQL(x)
#define ASSERT_IRQL_EQUAL(x)
/* #define ASSERT(x) */ /* ndis.h */
#endif /* DBG */