- Fix build

svn path=/trunk/; revision=36498
This commit is contained in:
Cameron Gutman 2008-09-24 23:48:28 +00:00
parent 564e5b5a2c
commit 8ffee924f5
2 changed files with 0 additions and 4 deletions

View file

@ -56,14 +56,12 @@ 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 */

View file

@ -141,10 +141,8 @@ MiGetMediaState(PADAPTER Adapter);
#if DBG
#define BREAKPOINT DbgBreakPoint();
#define ASSERT_IRQL_EQUAL(x) ASSERT(KeGetCurrentIrql() == x)
#else
#define BREAKPOINT
#define ASSERT_IRQL_EQUAL(x)
#endif
#ifndef TAG