Re: oleaut32: be more explicit with locale dependent parsing of dates
9 Apr
2010
9 Apr
'10
4:41 a.m.
André Hentschel <nerv(a)dawncrow.de> writes:
@@ -7708,7 +7708,7 @@ HRESULT WINAPI VarDateFromStr(OLECHAR* strIn, LCID lcid, ULONG dwFlags, DATE* pd break;
case 0x1B: /* localized DDDTTT */ - if (!iDate) + if (PRIMARYLANGID(lcid) != LANG_GERMAN)
Obviously you cannot hardcode specific locales like that. -- Alexandre Julliard julliard(a)winehq.org
5816
Age (days ago)
5816
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard