18 Sep
2023
18 Sep
'23
5:26 p.m.
Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/tests/image.c:
} }
+INT memcmp_precision(const void *ptr1, const void *ptr2, size_t num, INT precision)
To me, memcmp implies treating the buffers as opaque blobs. This function is treating them as BYTE arrays, so I think a different name would be appropriate. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3877#note_45751