Skip to content

setupapi: Respect ERROR_SHARING_VIOLATION from open KnownDLL file handles.

William Horvath requested to merge whrvt/wine:wineboot into master

create_dest_file was unaware of the FILE_SHARE_READ | FILE_SHARE_DELETE share mode that these SessionMgr entries are opened with. This avoids noisy (error=80) messages during prefix creation/update.

Fixes: 81ea1e7a

Merge request reports

Loading