mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix the SetThreadUILanguage stub
svn path=/trunk/; revision=16876
This commit is contained in:
parent
b2c6d0e0d9
commit
23d295c1ca
1 changed files with 4 additions and 3 deletions
|
@ -736,10 +736,11 @@ GetThreadId(HANDLE Thread)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
VOID STDCALL
|
LANGID STDCALL
|
||||||
SetThreadUILanguage(DWORD Unknown1)
|
SetThreadUILanguage(WORD wReserved)
|
||||||
{
|
{
|
||||||
DPRINT1("SetThreadUILanguage(0x%x) unimplemented!\n", Unknown1);
|
DPRINT1("SetThreadUILanguage(0x%2x) unimplemented!\n", wReserved);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void CALLBACK
|
static void CALLBACK
|
||||||
|
|
Loading…
Reference in a new issue