Re: [PATCH] mmdevapi: Print a winediag message for the registry driver value
1 Nov
2011
1 Nov
'11
6:22 p.m.
Andrew Eikum <aeikum(a)codeweavers.com> writes:
@@ -126,6 +127,8 @@ static BOOL init_driver(void)
if(RegQueryValueExW(key, drv_value, 0, NULL, (BYTE*)reg_list, &size) == ERROR_SUCCESS){ + TRACE_(winediag)("MMDevAPI driver registry value: %s\n", + wine_dbgstr_w(reg_list));
I'm not sure that's very useful, winediag messages are supposed to be ERRs. If people having an old broken registry key is really a problem, then we should use a different key, or maybe simply get rid of it and do it through dll overrides or something like that. -- Alexandre Julliard julliard(a)winehq.org
5156
Age (days ago)
5156
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard