Skip to content

win32/filesystem: use CreateFileW with FILE_SHARE_DELETE in vlc_open()

Steve Lhomme requested to merge robUx4/vlc:win-open into master

So the file can be renamed while we read it 1.

The file permission creation mode is not used anymore. Only 0666 and 0600 were used.

Fixes #19700.

  1. https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew#file_share_delete

Merge request reports

Loading