12 Feb
2024
12 Feb
'24
6:25 p.m.
Zebediah Figura (@zfigura) commented about dlls/kernelbase/file.c:
return ret; }
+/*********************************************************************** + * CopyFile2 (kernelbase.@) + */ +HRESULT WINAPI CopyFile2( PCWSTR source, PCWSTR dest, COPYFILE2_EXTENDED_PARAMETERS *params ) {
Let's avoid P* in new code, please. The brace placement also doesn't match the rest of the file. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5020#note_60901