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

Paul Vriens paul.vriens.wine at gmail.com
Fri Nov 2 07:40:29 CDT 2007


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)?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list