22 Jan
2023
22 Jan
'23
10:27 p.m.
On Sun Dec 18 23:28:47 2022 +0000, Zebediah Figura wrote:
We already know it fits, so this can just be memcpy(). source does not have wmemcpy and wcsncpy is defined as:
`#define wcsncpy(d,s,n) error do_not_use_wcsncpy_use_lstrcpynW_or_memcpy_instead` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1825#note_21340