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
Loading
Please register or sign in to comment