Re: Add KERNEL32.SetThreadUILanguage() stub

2005-07-29 Thread Dmitry Timoshkov
"Andreas Mohr" <[EMAIL PROTECTED]> wrote: +LANGID WINAPI SetThreadUILanguage(WORD wReserved) +{ + FIXME("SetThreadUILanguage(0x%04x), semi-stub! (defaulting to english)\n", wReserved); + return MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT); +} Why are you returning english here? Wine should disp

Re: Add KERNEL32.SetThreadUILanguage() stub

2005-07-29 Thread Andreas Mohr
Hi, On Fri, Jul 29, 2005 at 07:14:22PM +0200, Thomas Weidenmueller wrote: > Andreas Mohr wrote: > > Hello all, > > > > this one is needed by XP's ping.exe and a reworked ReactOS version. > > > > Andreas Mohr > > This prototype is outdated. MS has documented this function in the > meanwhile: Tha

Re: Add KERNEL32.SetThreadUILanguage() stub

2005-07-29 Thread Thomas Weidenmueller
Andreas Mohr wrote: > Hello all, > > this one is needed by XP's ping.exe and a reworked ReactOS version. > > Andreas Mohr This prototype is outdated. MS has documented this function in the meanwhile: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/mui_set_thread_ui_lang.as