ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NORMAL_MASK 0x000000FF |
#define | SPECIAL_MASK 0xFFFFFF00 |
#define | MIN_TRACE 0x00000001 |
#define | MID_TRACE 0x00000002 |
#define | MAX_TRACE 0x00000003 |
#define | DEBUG_ULTRA 0xFFFFFFFF |
#define | WSH_DbgPrint(_t_, _x_) |
#define | ASSERT(x) |
#define | assert(x) ASSERT(x) |
#define | assert_irql(x) ASSERT_IRQL(x) |
#define | UNIMPLEMENTED WSH_DbgPrint(MIN_TRACE, ("(%s:%d)(%s) is unimplemented, \ please try again later.\n", __FILE__, __LINE__, __FUNCTION__)); |
#define | CHECKPOINT WSH_DbgPrint(MIN_TRACE, ("\n")); |
#define | CP CHECKPOINT |
#define CHECKPOINT WSH_DbgPrint(MIN_TRACE, ("\n")); |
#define CP CHECKPOINT |
#define UNIMPLEMENTED WSH_DbgPrint(MIN_TRACE, ("(%s:%d)(%s) is unimplemented, \ please try again later.\n", __FILE__, __LINE__, __FUNCTION__)); |