shell32: Make ILGetDisplayNameExA() static and fix its documentation.

Francois Gouget fgouget at free.fr
Mon Feb 9 05:03:33 CST 2009


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 at free.fr>              http://fgouget.free.fr/
      Broadcast message : fin du monde dans cinq minutes, repentez vous !



More information about the wine-patches mailing list