Am Donnerstag, 2. August 2007 13:41 schrieb H. Verbeet:
On 02/08/07, Stefan Dösinger stefan@codeweavers.com wrote:
- ok(hr == DD_OK || hr == DDERR_NOTEXTUREHW || DDERR_INVALIDPARAMS,
That doesn't do what you want it to do.
oops...
If the return value is irrelevant though, what's the point of the test?
I want to catch all the possible return values from windows drivers, even if it's just for documentation purposes.