22 Jan
2024
22 Jan
'24
6:51 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/gdiplus.c:
return TRUE; }
+BOOL lengthen_path_strict(GpPath **path, INT len)
This should probably be renamed since it creates a new path and doesn't lengthen anything. By convention, the out parameter should be the last one. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4803#note_58441