12 Feb
2024
12 Feb
'24
6:25 p.m.
Zebediah Figura (@zfigura) commented about dlls/kernelbase/file.c:
return !oem_file_apis; }
- -/*********************************************************************** - * CopyFileExW (kernelbase.@) +/****************************************************************************** + * CopyFile2_impl + * + * uses the SetLastError style of error handling since CopyFileEx returns + * WIN32 error codes and HRESULT to WIN32 conversion is easier + * than the other way around. */
I don't think this comment is necessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5020#note_60899