kernel32: Restore C locale for LC_NUMERIC.

This commit is contained in:
Alex Villacís Lasso 2006-11-21 17:07:10 -05:00 committed by Alexandre Julliard
parent f84f687e6d
commit cf0c21af47
1 changed files with 2 additions and 0 deletions

View File

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