On Fri Oct 21 10:12:33 2022 +0000, **** wrote:
Paul Gofman replied on the mailing list:
Thanks, I will check more with old redists. Regarding _DEBUG, this is the standard one used in debug related macros. I thought using the same in internal CRT implementation may potentially introduce ambiguity (although should work). Do you think it is better to use that one?
I would expect, that if there are any differences in headers, it will be guarded by _DEBUG check. That's why it might be useful to use it instead of inventing something new. I didn't check if _DEBUG is used in this way in C-runtimes headers.