Mike McCormack mike@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>