[PATCH] oleaut32: Implement GetAltMonthNames()

Nikolay Sivov bunglehead at gmail.com
Sat Mar 25 16:06:01 CDT 2017


On 25.03.2017 23:20, Jacek Caban wrote:
> 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?

It should, thanks. I guess I was confused by msdn page for it.

> 
> Thanks,
> Jacek
> 
> 




More information about the wine-devel mailing list