[Try 4] Check HKCU for uninstall entries

James Hawkins truiken at gmail.com
Tue Apr 24 19:26:15 CDT 2007


On 4/24/07, Tom Spear <speeddymon at gmail.com> wrote:
> All previous patches are obsoleted by this one.
>
> Instead of just checking HKLM for uninstall entries, check HKCU as well.
>

+	if (!entries)
+            entries = HeapAlloc(GetProcessHeap(), 0, sizeof(uninst_entry));

You're still mixing tabs and spaces.

-- 
James Hawkins



More information about the wine-devel mailing list