"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
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
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