winecfg: Provide trailing \ now required by GetVolumeInformation.

This commit is contained in:
Jörg Höhle 2009-06-23 09:34:36 +02:00 committed by Alexandre Julliard
parent d3723a9e44
commit 079074e006

View file

@ -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;