Re: kernel32: Change LCMapStringW to LCMapStringEx and call it from LCMapStringW (try 2)

2012-07-25 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://winetestbot.dolphin/JobDetails.pl?Key=84 Your paranoid android.

Re: kernel32: Change LCMapStringW to LCMapStringEx and call it from LCMapStringW (try 2)

2012-06-26 Thread Alexandre Julliard
André Hentschel writes: > @@ -2625,6 +2641,28 @@ INT WINAPI LCMapStringW(LCID lcid, DWORD flags, > LPCWSTR src, INT srclen, > } > > /* > + * LCMapStringW(KERNEL32.@) > + * > + * See LCMapStringA. > + */ > +