7 Jan
2010
7 Jan
'10
7:38 p.m.
Hi Alexandre, Alexandre Julliard schreef:
Maarten Lankhorst <m.b.lankhorst(a)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