WLDAP32: implement ldap_{get,set}_option{A,W} (resend)

Alexandre Julliard julliard at winehq.org
Tue Aug 9 04:25:10 CDT 2005


Hans Leidekker <hans at it.vu.nl> writes:

> +    switch (option)
> +    {
> +    case LDAP_OPT_API_FEATURE_INFO:
> +    {
> +        LDAPAPIFeatureInfoW *featureW;
> +
> +        ret = ldap_get_optionW( ld, option, featureW );
> +        value = featureinfoWtoA( featureW );
> +        featureinfofreeW( featureW );
> +        return ret;

This can't work, you need an extra level of indirection for the
featureW and value pointers.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list