Aug. 31, 2011
6:16 a.m.
Alexandre Goujon <ale.goujon(a)gmail.com> writes:
@@ -818,6 +818,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi ) if ((path = get_dosdevices_path( &p ))) { p[0] = 'a' + drive->drive; + unlink( path );
That's not done on purpose, to make it more likely that we use the same drive letter next time the device is mounted. -- Alexandre Julliard julliard(a)winehq.org