On Tue Oct 29 15:47:16 2024 +0000, eric pouech wrote:
and while you're at it, the functions in rtlsupportapi.h should be enclosed in extern "C" as well...
Fwiw it's also defined in winnt.h as far as I can see, with guards that we don't have, probably to make sure it's not defined multiple times.
Then I'm not sure it's actually needed by default, I probably encountered it with some flags I later dropped, probably when it was building the sanatizers, and the definitions we already have in rtlsupportapi.h were not enough. But I'll leave it aside for now.