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