26 Feb
2024
26 Feb
'24
6:47 p.m.
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(a)camazotz:~/git/wine$ fgrep -L ifndef dlls/*/*.h | wc -l 163 whatsit(a)camazotz:~/git/wine$ fgrep -l ifndef dlls/*/*.h | wc -l 257 ``` (And yes, almost all of the latter are header guards.) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5141#note_62690