6 Feb
2024
6 Feb
'24
2:19 a.m.
Alfred Agrell (@Alcaro) commented about dlls/kernelbase/file.c:
return ret; }
+/*********************************************************************** + * CopyFile2 (kernelbase.@) + */ +HRESULT WINAPI CopyFile2 ( const PCWSTR source , const PCWSTR dest, COPYFILE2_EXTENDED_PARAMETERS* params) {
PCWSTR is const already (Pointer to Const Wide STRing), twice the const doesn't really do anything. That space after source doesn't do much either. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5020#note_60136