Daniel Lehman dlehman25@gmail.com wrote:
Signed-off-by: Daniel Lehman dlehman25@gmail.com
needed by std::filesystem::remove_all, which removes files with:
- CreateFileW
- SetFileInformationByHandle(FileDispositionInfoEx) // currently unimplemented
- SetFileInformationByHandle(FileDispositionInfo) - DeleteFile = TRUE
- CloseHandle
https://www.winehq.org/pipermail/wine-devel/2018-November/134626.html https://www.winehq.org/pipermail/wine-devel/2018-November/134686.html