On Mon Feb 26 07:39:03 2024 +0000, Rémi Bernon wrote:
You will see that we rarely bother with header guards in Wine.
Wait, what?
``` whatsit@camazotz:~/git/wine$ fgrep -L ifndef dlls/*/*.h | wc -l 163 whatsit@camazotz:~/git/wine$ fgrep -l ifndef dlls/*/*.h | wc -l 257 ```
(And yes, almost all of the latter are header guards.)