-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi,
Your mails ended up in my spam folder for some reason. Google says it has large similarities to other known spam mail, which seems unlikely to me.
Am 2015-10-04 um 19:52 schrieb Andrew D'Addesio:
To avoid confusion, CreateDirect3D/ReleaseDirect3D is also renamed to CreateDirect3D7/ReleaseDirect3D7.
dlls/ddraw/tests/d3d.c | 167 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 154 insertions(+), 13 deletions(-)
New tests should be added to ddraw*.c, ideally in all ddraw versions that offer the tested feature. The long term goal for d3d.c, dsurface.c, etc is to be migrated to those files.
If you want to modify an existing test in d3d.c please move the existing code to ddraw*.c, then add your new test features to it. These files have some exising helper functions like create_device, so you don't have to take stuff like d3d3_create_objects along.
Cheers, Stefan