Am 10.12.2009 um 13:21 schrieb Paul Vriens: > <0004-Fix-some-test-failures-on-Vista.patch>
> const char *name;
> DDPIXELFORMAT fmt;
> BOOL getdc_capable;
> + HRESULT alt_result;
> } testdata[] = {
You are setting the alt_result only for the 4 failing tests. I think C sets the
others to 0 because the initializer is static data I think its better to
explicitly set it in all other test formats to avoid confusion
