[PATCH] oleaut32: Implement GetAltMonthNames()

Jacek Caban jacek at codeweavers.com
Sat Mar 25 15:20:43 CDT 2017


Hi Nikolay,


On 3/24/17 7:32 PM, Nikolay Sivov wrote:
> diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c
> index f9734e6d78..816b18ce35 100644
> --- a/dlls/oleaut32/oleaut.c
> +++ b/dlls/oleaut32/oleaut.c
> @@ -935,3 +935,109 @@ HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hIcon)
>       /* FIXME: make an extended conversation from HICON to HCURSOR */
>       return CopyCursor(hIcon);
>   }
> +
> +BOOL WINAPI GetAltMonthNames(LCID lcid, LPOLESTR **str)

Shouldn't it return HRESULT?

Thanks,
Jacek



More information about the wine-devel mailing list