FreeRDP/channels/drive/client
Martin Fleisz b5e8b419b8 drive: Fix an issue when redirecting drives on Windows
CreateFile/GetFileInformationByHandle will fail if used with just a
drive letter i.e. C:/.

This PR fixes that case by using GetFileAttributesExW as a fallback in
case CreateFileW fails.
2022-11-03 15:02:27 +01:00
..
CMakeLists.txt Removed BUILTIN_CHANNELS 2022-02-23 10:43:46 +01:00
drive_file.c drive: Fix an issue when redirecting drives on Windows 2022-11-03 15:02:27 +01:00
drive_file.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
drive_main.c Logging and parser fixes (#7796) 2022-04-19 14:29:17 +02:00