• Rob Shearman's avatar
    widl: The implicit_handle attribute is allowed with a handle explicitly… · c4ca32bb
    Rob Shearman authored
    widl: The implicit_handle attribute is allowed with a handle explicitly specified in the function parameters.
    
    In that case, that handle is used instead of the implicit handle.
    
    Fix the check for the explicit_handle attribute being specified without
    a handle being specified in the function parameters, even though issuing
    an error is wrong. (Thanks to Marcus Meissner & Coverity for spotting
    that the check didn't do what it was supposed to do.)
    c4ca32bb
client.c 16.9 KB