"Vitaly Lipatov" lav@etersoft.ru wrote:
Changelog: EnumDateFormatsA:
- Add ru_RU locale (0x419)
That's a completely broken implementation, please do not extend it. It should retrieve the data from the kernel32 locale database (have a look at dlls/kernel/nls).
- Use DATE_SHORTDATE when dwFlags is 0
- Ignore LOCALE_USE_CP_ACP bit in dwFlags (I can't find a difference in
Windows behavior with this flag)
It would be nice to see a test case for that.
Also please use a common indent 4 spaces as (almost) everywhere in Wine.