Sept. 7, 2022
8:23 a.m.
Huw Davies (@huw) commented about programs/notepad/main.c:
return dpi; }
+VOID ToggleStatusBar(VOID)
`static` (as the function isn't used outside the file). Also, and I know it not the case in this file, but let's use `void` rather than `VOID`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/787#note_7873