1
0
bifurqué depuis xt-sys/exectos

Replace remaining NULL occurrence with NULLPTR

Cette révision appartient à :
2025-09-16 16:04:37 +02:00
Parent fabf3a3a5e
révision 98ad2087de

Voir le fichier

@@ -17,7 +17,7 @@
#ifdef DBG
#define DebugPrint(Format, ...) if(KD::DebugIo::KdPrint) KD::DebugIo::KdPrint(Format, __VA_ARGS__);
#else
#define DebugPrint(Format, ...) ((VOID)NULL)
#define DebugPrint(Format, ...) ((VOID)NULLPTR)
#endif
#endif /* __XTOSKRNL_KD_DBG_HH */