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

2008-04-21 Thread Vitaliy Margolen
Sergey Khodych wrote: >> 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. > But wine return a garbage value also for significant property. This > value may cause undefined behavior of application. T

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

2008-04-21 Thread Sergey Khodych
> 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. But wine return a garbage value also for significant property. This value may cause undefined behavior of application. The patch will make errors

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

2008-04-20 Thread Vitaliy Margolen
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 becaus