Replace NULL with NULLPTR
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#define DebugPrint(Format, ...) DbgPrint(Format, __VA_ARGS__);
|
#define DebugPrint(Format, ...) DbgPrint(Format, __VA_ARGS__);
|
||||||
#else
|
#else
|
||||||
#define DEBUG 0
|
#define DEBUG 0
|
||||||
#define DebugPrint(Format, ...) ((VOID)NULL)
|
#define DebugPrint(Format, ...) ((VOID)NULLPTR)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __XTDK_XTDEBUG_H */
|
#endif /* __XTDK_XTDEBUG_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user