C to C++ migration and refactoring #17
@@ -13,9 +13,9 @@
|
|||||||
/* Debugging macros */
|
/* Debugging macros */
|
||||||
#define CHECKPOINT DebugPrint(L"Checkpoint reached at %s:%d\n", __RELFILE__, __LINE__);
|
#define CHECKPOINT DebugPrint(L"Checkpoint reached at %s:%d\n", __RELFILE__, __LINE__);
|
||||||
#define DEPRECATED DebugPrint(L"Called deprecated routine '%s()' at %s:%d\n", \
|
#define DEPRECATED DebugPrint(L"Called deprecated routine '%s()' at %s:%d\n", \
|
||||||
__FUNCTION__, __RELFILE__, __LINE__);
|
__FUNCTION__, __RELFILE__, __LINE__);
|
||||||
#define UNIMPLEMENTED DebugPrint(L"Called unimplemented routine '%s()' at %s:%d\n", \
|
#define UNIMPLEMENTED DebugPrint(L"Called unimplemented routine '%s()' at %s:%d\n", \
|
||||||
__FUNCTION__, __RELFILE__, __LINE__);
|
__FUNCTION__, __RELFILE__, __LINE__);
|
||||||
|
|
||||||
/* XTOS platform debugging macros */
|
/* XTOS platform debugging macros */
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
|
Reference in New Issue
Block a user