winecfg: Provide trailing \ now required by GetVolumeInformation.
This commit is contained in:
parent
d3723a9e44
commit
079074e006
|
@ -260,7 +260,7 @@ BOOL load_drives(void)
|
|||
{
|
||||
DWORD i, size = 1024;
|
||||
HANDLE mgr;
|
||||
WCHAR root[] = {'A',':',0};
|
||||
WCHAR root[] = {'A',':','\\',0};
|
||||
|
||||
if ((mgr = open_mountmgr()) == INVALID_HANDLE_VALUE) return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue