mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[USERINIT]
Make the language selection work as expected. svn path=/trunk/; revision=70708
This commit is contained in:
parent
ba1d28dcc8
commit
6c834bbca5
2 changed files with 3 additions and 1 deletions
|
@ -402,7 +402,7 @@ LocaleDlgProc(
|
|||
if (NewLcid == (LCID)CB_ERR)
|
||||
break;
|
||||
|
||||
SetThreadLocale(NewLcid);
|
||||
NtSetDefaultLocale(TRUE, NewLcid);
|
||||
InitializeDefaultUserLocale(&NewLcid);
|
||||
}
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#include <winnls.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ndk/exfuncs.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(userinit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue