ADVAPI32: implement and test BuiltTrusteeWithName

Alexandre Julliard julliard at winehq.org
Tue Aug 17 17:14:25 CDT 2004


Mike McCormack <mike at codeweavers.com> writes:

> +    pTrustee->TrusteeForm = NO_MULTIPLE_TRUSTEE;
> +    pTrustee->TrusteeType = TRUSTEE_IS_NAME;

> +    ok( trustee.TrusteeForm == TRUSTEE_IS_NAME, "TrusteeForm wrong\n");
> +    ok( trustee.TrusteeType == TRUSTEE_IS_UNKNOWN, "TrusteeType wrong\n");

So which one is correct, the code or the test? <g>

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list