kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.
commit7a1522a20f45a39e9f127c9f2f83638ff600f5d9
authorAlexandre Julliard <julliard@winehq.org>
Mon, 13 Nov 2006 13:27:00 +0000 (13 14:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Nov 2006 13:27:00 +0000 (13 14:27 +0100)
tree08e110bb9fed85df4d098882ee5cee25f1dab41d
parent4811743b36fae0cb9099d6d4ed1e663a61b42fc2
kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.

Passing LC_ALL to setlocale() doesn't do what we want.
dlls/kernel32/locale.c