mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 21:44:38 +08:00
- Try again to fix build
svn path=/trunk/; revision=36499
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user