Re: [PATCH] shlwapi: initial implement of SHAutoComplete (Retry)

2010-05-25 Thread Nikolay Sivov
On 5/25/2010 03:29, Hirofumi Katayama wrote: See attachment. Hi. +list = (LPWSTR) malloc(len); +free(list); Use HeapAlloc()/HeapFree() for that and others allocations. +fUnicode = IsWindowUnicode(hwndEdit); +if (fUnicode) +pProp = (AUTOCOMPLETEPROP *) GetP

Re: [PATCH] shlwapi: initial implement of SHAutoComplete

2010-05-23 Thread Nikolay Sivov
On 5/23/2010 05:09, Hirofumi Katayama wrote: See attachment. Hi, some comments here. +// + +static const WCHAR szMRUList[] = L"MRUList"; +static const WCHAR szRunMRU[] = +L"Software\\Microsoft\\Windows\\Current