Re: [PATCH v3 0/3] MR1825: kernelbase/path.c: UrlFixupW()
22 Jan
2023
22 Jan
'23
10:37 p.m.
On Sun Jan 22 22:25:54 2023 +0000, Thomas Csovcsity wrote:
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` In this case you'd write "memcpy(save_str, url_scheme[pos], (len + 1) * sizeof(WCHAR))".
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1825#note_21344
1063
Age (days ago)
1063
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)