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.