WLDAP32: implement ldap_err2string

Dmitry Timoshkov dmitry at baikal.ru
Fri Jul 29 07:45:40 CDT 2005


"Hans Leidekker" <hans at it.vu.nl> wrote:

> +static const char *errorstring[] = {
> +    "Success",

...

> +static const WCHAR error00[] = { 'S','u','c','c','e','s','s',0 };

I'd suggest to move all strings into a stringtable and load them
by LoadStringA/W. That way you get internationalization for free.

-- 
Dmitry.




More information about the wine-devel mailing list