Re: shell32: Make ILGetDisplayNameExA() static and fix its documentation.
Please don't apply. I should have removed the WINAPI when making the function static. I'll resend a patch.
diff --git a/dlls/shell32/pidl.c b/dlls/shell32/pidl.c index 5f26265..2792bc6 100644 --- a/dlls/shell32/pidl.c +++ b/dlls/shell32/pidl.c @@ -75,7 +75,7 @@ static LPWSTR _ILGetTextPointerW(LPCITEMIDLIST pidl); * RETURNS * True if the display name could be retrieved successfully, False otherwise */ -BOOL WINAPI ILGetDisplayNameExA(LPSHELLFOLDER psf, LPCITEMIDLIST pidl, LPSTR path, DWORD type) +static BOOL WINAPI ILGetDisplayNameExA(LPSHELLFOLDER psf, LPCITEMIDLIST pidl, LPSTR path, DWORD type) { BOOL ret = FALSE; WCHAR wPath[MAX_PATH];
-- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ Broadcast message : fin du monde dans cinq minutes, repentez vous !
participants (1)
-
Francois Gouget