Commit 079074e0 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

winecfg: Provide trailing \ now required by GetVolumeInformation.

parent d3723a9e
...@@ -260,7 +260,7 @@ BOOL load_drives(void) ...@@ -260,7 +260,7 @@ BOOL load_drives(void)
{ {
DWORD i, size = 1024; DWORD i, size = 1024;
HANDLE mgr; HANDLE mgr;
WCHAR root[] = {'A',':',0}; WCHAR root[] = {'A',':','\\',0};
if ((mgr = open_mountmgr()) == INVALID_HANDLE_VALUE) return FALSE; if ((mgr = open_mountmgr()) == INVALID_HANDLE_VALUE) return FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment