mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[SHELL32]
* Fix a typo. svn path=/trunk/; revision=58189
This commit is contained in:
parent
b0376fc9fa
commit
de76dbe73f
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ HRESULT WINAPI SHGetDataFromIDListW(LPSHELLFOLDER psf, LPCITEMIDLIST pidl,
|
|||
if (len < (int)sizeof(WIN32_FIND_DATAW))
|
||||
return E_INVALIDARG;
|
||||
|
||||
ZeroMemory(pfd, sizeof (WIN32_FIND_DATAA));
|
||||
ZeroMemory(pfd, sizeof (WIN32_FIND_DATAW));
|
||||
_ILGetFileDateTime( pidl, &(pfd->ftLastWriteTime));
|
||||
pfd->dwFileAttributes = _ILGetFileAttributes(pidl, NULL, 0);
|
||||
pfd->nFileSizeLow = _ILGetFileSize ( pidl, NULL, 0);
|
||||
|
|
Loading…
Reference in a new issue