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.