kernel32: Add LCMapStringEx implementation and test it reusing tests from LCMapStringW (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Sun Feb 5 12:57:05 CST 2012


André Hentschel <nerv at dawncrow.de> wrote:

> +@ stdcall LCMapStringEx(long long wstr long ptr long ptr ptr long)
...
> +INT WINAPI LCMapStringEx(LPCWSTR name, DWORD flags, LPCWSTR src, INT srclen, LPWSTR dst, INT dstlen,
> +                         LPNLSVERSIONINFO version, LPVOID reserved, LPARAM lparam)

.spec file entry doesn't match the implementation.

-- 
Dmitry.



More information about the wine-devel mailing list