Piotr Caban (@piotr) commented about dlls/msvcrt/locale.c:
set_lc_locale_name(locinfo, category); if(!locinfo->lc_category[category].locale) {
/* new norwegian nynorsk LCID */
static const LCID norwegian_nynorsk_lcid = 0x7814; int len = 0;
if (lcid == MAKELANGID( LANG_NORWEGIAN, SUBLANG_NORWEGIAN_NYNORSK ))
if (lcid == norwegian_nynorsk_lcid)
Why is this change needed? I'm not sure if it's an improvement.