Esme Povirk (@madewokherd) commented about dlls/gdiplus/graphics.c:
return stat;
}
-GpStatus gdip_transform_points(GpGraphics *graphics, GpCoordinateSpace dst_space, +GpStatus inline gdip_transform_points(GpGraphics *graphics, GpCoordinateSpace dst_space,
I'm not sure if there are any implications to marking a non-static function as inline. I couldn't find another example of it in Wine code.
But, the function isn't used in any other file so it's probably fine to make it static inline.