Commit 031c744a authored by Thomas Crider's avatar Thomas Crider Committed by Alexandre Julliard

ntdll: Add missing LC_NUMERIC locale setting to init_locale.

parent 6bfd79be
......@@ -943,6 +943,7 @@ static void init_locale(void)
if (preferred_langs) CFRelease( preferred_langs );
}
#endif
setlocale( LC_NUMERIC, "C" ); /* FIXME: oleaut32 depends on this */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment