C to C++ migration and refactoring #17
@@ -17,7 +17,7 @@
|
|||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
#define DebugPrint(Format, ...) if(KD::DebugIo::KdPrint) KD::DebugIo::KdPrint(Format, __VA_ARGS__);
|
#define DebugPrint(Format, ...) if(KD::DebugIo::KdPrint) KD::DebugIo::KdPrint(Format, __VA_ARGS__);
|
||||||
#else
|
#else
|
||||||
#define DebugPrint(Format, ...) ((VOID)NULL)
|
#define DebugPrint(Format, ...) ((VOID)NULLPTR)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __XTOSKRNL_KD_DBG_HH */
|
#endif /* __XTOSKRNL_KD_DBG_HH */
|
||||||
|
Reference in New Issue
Block a user