24 Apr
2007
24 Apr
'07
7:26 p.m.
On 4/24/07, Tom Spear <speeddymon(a)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