win32/filesystem: use CreateFileW with FILE_SHARE_DELETE in vlc_open()
- Mar 31, 2025
-
-
Steve Lhomme authored
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
091bb687 -
Steve Lhomme authored
This is what vlc_open uses but we don't need to convert the string or parse extra flags.
b319d0e8
-