5 May
2011
5 May
'11
7:42 a.m.
Charles Davis <cdavis(a)mymail.mines.edu> writes:
+ case 0x05: + data = "CdRomPeripheral"; + snprintf(buffer, sizeof(buffer), "Cdrom%d", cdrom_no++); + break;
This needs to be set to the device name that mountmgr has assigned to it. That's the point of doing this in mountmgr: making sure that all the information derives from a single source. -- Alexandre Julliard julliard(a)winehq.org