kernel32: Handle device paths in GetVolumePathName.
commited151a5efcc3f4c8d8da567f8692c8eff6fb7bfc
authorErich E. Hoover <erich.e.hoover@wine-staging.com>
Tue, 16 Jun 2015 04:20:03 +0000 (15 22:20 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Jun 2015 11:46:08 +0000 (23 20:46 +0900)
tree06461cd4d522f9e09ea421d244b523138ab26745
parent5a84969f39693ffce1f83a78ae153a1f83e20d60
kernel32: Handle device paths in GetVolumePathName.

NT-style paths that have a device prefix (\??\) also return the drive
of the current working directory (even if they're valid devices).
dlls/kernel32/tests/volume.c
dlls/kernel32/volume.c