Perhaps not, but I'll be the first to admit that I know very little about wine internals; this seemed to return the correct result in the case that I tested it.<br><br><div class="gmail_quote">On Thu, Aug 16, 2012 at 11:39 AM, Alexandre Julliard <span dir="ltr"><<a href="mailto:julliard@winehq.org" target="_blank">julliard@winehq.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Michael Blumenkrantz <<a href="mailto:michael.blumenkrantz@gmail.com">michael.blumenkrantz@gmail.com</a>> writes:<br>

<br>
> @@ -656,8 +656,8 @@ int WINAPI GetCalendarInfoW(LCID Locale, CALID Calendar, CALTYPE CalType,<br>
> � � � * for the CALTYPES not requiring GetLocaleInfoA */<br>
> � � �switch (CalType & ~(CAL_NOUSEROVERRIDE|CAL_RETURN_NUMBER|CAL_USE_CP_ACP)) {<br>
> � � � case CAL_ICALINTVALUE:<br>
> - � � � � � �FIXME("Unimplemented caltype %d\n", CalType & 0xffff);<br>
> - � � � � return 0;<br>
> + � � � � return GetLocaleInfoW(Locale, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE,<br>
> + � � � � � � � � � � � � � � � (LPWSTR)lpValue, sizeof(CALID)/sizeof(WCHAR));<br>
<br>
I doubt that you want to hardcode LOCALE_RETURN_NUMBER here.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Alexandre Julliard<br>
<a href="mailto:julliard@winehq.org">julliard@winehq.org</a><br>
</font></span></blockquote></div><br>