Revert e2eff2b836
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
#ifndef __XTDK_XTDEBUG_H
|
||||
#define __XTDK_XTDEBUG_H
|
||||
|
||||
#include <xtcompat.h>
|
||||
|
||||
|
||||
/* Debugging macros */
|
||||
#define CHECKPOINT DebugPrint(L"Checkpoint reached at %s:%d\n", __RELFILE__, __LINE__);
|
||||
@@ -25,7 +23,7 @@
|
||||
#define DebugPrint(Format, ...) DbgPrint(Format, __VA_ARGS__);
|
||||
#else
|
||||
#define DEBUG 0
|
||||
#define DebugPrint(Format, ...) ((VOID)NULL)
|
||||
#define DebugPrint(Format, ...) ((VOID)NULLPTR)
|
||||
#endif
|
||||
|
||||
#endif /* __XTDK_XTDEBUG_H */
|
||||
|
||||
Reference in New Issue
Block a user