[PATCH 1/2] mmdevapi: Add code to enumerate NOTPRESENT devices

Maarten Lankhorst m.b.lankhorst at gmail.com
Thu Jan 7 13:38:45 CST 2010


Hi Alexandre,

Alexandre Julliard schreef:
> Maarten Lankhorst <m.b.lankhorst at gmail.com> writes:
>
>   
>> @@ -33,6 +35,13 @@
>>  
>>  WINE_DEFAULT_DEBUG_CHANNEL(mmdevapi);
>>  
>> +static const WCHAR software_wine_mmdevapi[] =
>> +    { 'S','o','f','t','w','a','r','e','\\','W','i','n','e','\\','m','m','d','e','v','a','p','i',0};
>>     
>
> This looks suspicious. Why do you need a Wine-specific config for this
I need to map a name to a guid. The guid has to be persistent across 
reboots and across all programs, so I figured this was the easiest way 
to do it. If it turns out to be necessary, device specific overrides 
such as channel config could be put there too.

Cheers,
Maarten.ew



More information about the wine-devel mailing list