On 3/20/19 10:27 PM, Alexandre Julliard wrote:
Gabriel Ivăncescu gabrielopcode@gmail.com writes:
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
Apparently, there are some places in the Wine code where it helps to keep CopyRect, so this does have uses after all. (see replies to patch series from 156204)
CopyRect() may be useful in a couple of places, but not enough to justify adding an inline version. It's treated differently because we actually want to encourage using the open-coded variant, unlike for the other functions.
Ah okay, I see.