[PATCH 04/18] inetcomm: Add self-registration code.

Robert Shearman rob at codeweavers.com
Fri Nov 2 08:51:10 CDT 2007


Paul Vriens wrote:
> Robert Shearman wrote:
>> ---
>
> +static LONG recursive_delete_key(HKEY key);
> +static LONG recursive_delete_keyA(HKEY base, char const *name);
> +static LONG recursive_delete_keyW(HKEY base, WCHAR const *name);
>
> We just got rid of all the self build recursive delete ones. Can you 
> use RegDeleteTree[AW] (or is there a specific reason not to)?

No reason, just that this code was written before the RegDeleteTree cleanup.

-- 
Rob Shearman




More information about the wine-devel mailing list