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.