mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 21:44:38 +08:00
fix the SetThreadUILanguage stub
svn path=/trunk/; revision=16876
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user