go

windows.h头文件定义了NULL吗?

英文: Which windows.h header defines NULL? 问题 在某个时候,我需要在Windows代码中检查NULL,但我不想包含stdio.h或stdlib.h。 我强烈怀疑...