mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[USERINIT]
Make the language selection work as expected. svn path=/trunk/; revision=70708
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user