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