mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
||||
*/
|
||||
VOID STDCALL
|
||||
SetThreadUILanguage(DWORD Unknown1)
|
||||
LANGID STDCALL
|
||||
SetThreadUILanguage(WORD wReserved)
|
||||
{
|
||||
DPRINT1("SetThreadUILanguage(0x%x) unimplemented!\n", Unknown1);
|
||||
DPRINT1("SetThreadUILanguage(0x%2x) unimplemented!\n", wReserved);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void CALLBACK
|
||||
|
|
Loading…
Reference in a new issue