Re: [PATCH] kernel32: add support for CAL_ICALINTVALUE

2012-08-16 Thread Michael Blumenkrantz
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. On Thu, Aug 16, 2012 at 11:39 AM, Alexandre Julliard wrote: > Michael Blumenkrantz writes: > > > @@ -656,8 +656,8 @@ int WINAPI GetCale

Re: [PATCH] kernel32: add support for CAL_ICALINTVALUE

2012-08-16 Thread Alexandre Julliard
Michael Blumenkrantz writes: > @@ -656,8 +656,8 @@ int WINAPI GetCalendarInfoW(LCID Locale, CALID Calendar, > CALTYPE CalType, > * for the CALTYPES not requiring GetLocaleInfoA */ > switch (CalType & > ~(CAL_NOUSEROVERRIDE|CAL_RETURN_NUMBER|CAL_USE_CP_ACP)) { > case CAL_ICALINT