Skip to content
Snippets Groups Projects
Commit 15b65c60 authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

win32: filesystem: use the native Win32 API to list folder contents

The API is available on UWP builds and doesn't rely on dirent which may not be
compiled as UNICODE in mingw-w64.

The call to FindFirstFileExW already gets the first entry so we are always
ahead of one entry.
parent d91f33c2
No related branches found
No related tags found
1 merge request!2315vlc_fs: rework the VLC readdir API so it doesn't use dirent on Windows
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment