[1/4] dinput: Return error for unknown property.

Vitaliy Margolen wine-devel at kievinfo.com
Sun Apr 20 19:02:08 CDT 2008


Sergey Khodych wrote:
> 
> 
> -            WARN("Unknown property %s\n", debugstr_guid(rguid));
> -            break;
> +            FIXME("Unknown property %s\n", debugstr_guid(rguid));
> +            return DIERR_UNSUPPORTED;
I'd like to see tests for this. Also lots of programs will break because 
they won't get some not significant property. No short - don't do this.

Vitaliy



More information about the wine-devel mailing list