Re: ddraw/tests: Check deviceGUID of enumerated devices.

2007-09-07 Thread Stefan Dösinger
Am Freitag, 7. September 2007 02:44:32 schrieb David Hedberg: > Ah, I thought this was going a bit too well ;) I'll fix the issues and > send it in again. Regarding a fix, would something as simple as the > following be acceptable? > > (in dlls/ddraw/direct3d.c) > > @@ -263,6 +263,12 @@ IDirect3DIm

Re: ddraw/tests: Check deviceGUID of enumerated devices.

2007-09-06 Thread David Hedberg
Ah, I thought this was going a bit too well ;) I'll fix the issues and send it in again. Regarding a fix, would something as simple as the following be acceptable? (in dlls/ddraw/direct3d.c) @@ -263,6 +263,12 @@ IDirect3DImpl_7_EnumDevices(IDirect3D7 *iface, return hr; } Callba

Re: ddraw/tests: Check deviceGUID of enumerated devices.

2007-09-06 Thread Stefan Dösinger
Am Donnerstag, 6. September 2007 16:02:59 schrieb David Hedberg: > This patch adds tests to check the devices enumerated by > IDirect3D7_EnumDevices . At least two games rely on the behavior > tested by one of the test in this patch. If wine behaves incorrectly and your test fails on wine, you have