Commit cf0c21af authored by Alex Villacís Lasso's avatar Alex Villacís Lasso Committed by Alexandre Julliard

kernel32: Restore C locale for LC_NUMERIC.

parent f84f687e
...@@ -2866,6 +2866,8 @@ void LOCALE_Init(void) ...@@ -2866,6 +2866,8 @@ void LOCALE_Init(void)
TRACE( "ansi=%03d oem=%03d mac=%03d unix=%03d\n", TRACE( "ansi=%03d oem=%03d mac=%03d unix=%03d\n",
ansi_cptable->info.codepage, oem_cptable->info.codepage, ansi_cptable->info.codepage, oem_cptable->info.codepage,
mac_cptable->info.codepage, unix_cp ); mac_cptable->info.codepage, unix_cp );
setlocale(LC_NUMERIC, "C"); /* FIXME: oleaut32 depends on this */
} }
static HANDLE NLS_RegOpenKey(HANDLE hRootKey, LPCWSTR szKeyName) static HANDLE NLS_RegOpenKey(HANDLE hRootKey, LPCWSTR szKeyName)
......
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