mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Undefine KdPrint before redefining it.
svn path=/trunk/; revision=35626
This commit is contained in:
parent
d1813375f5
commit
8dbbc041c3
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ ScsiDebugPrint(
|
|||
|
||||
#else // _DEBUG
|
||||
|
||||
#ifdef KdPrint
|
||||
#undef KdPrint
|
||||
#endif
|
||||
|
||||
#define PRINT_PREFIX "UniATA: "
|
||||
|
||||
//#define KdPrint3(_x_) {if(LOG_ON_RAISED_IRQL_W2K || MajorVersion < 0x05 || KeGetCurrentIrql() <= 2){/*DbgPrint("%x: ", PsGetCurrentThread()) ;*/ DbgPrint _x_ ; if(g_LogToDisplay){ PrintNtConsole _x_ ;} }}
|
||||
|
|
Loading…
Reference in a new issue