Commit e7a6b87c authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

shell32: Fix pointer truncation in SHGetFileInfoA.

parent f53d82b4
......@@ -675,7 +675,7 @@ DWORD_PTR WINAPI SHGetFileInfoA(LPCSTR path,DWORD dwFileAttributes,
INT len;
LPWSTR temppath = NULL;
LPCWSTR pathW;
DWORD ret;
DWORD_PTR ret;
SHFILEINFOW temppsfi;
if (flags & SHGFI_PIDL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment