Re: dplay: directplay should initialize session Guid patch + conformance tests
Am Samstag 24 Februar 2007 17:25 schrieb Alessandro Pignotti:
Hi everyone, the directx sdk says that directplay has to initialize sesison guid in SESSIONDESC2 struct that is passed by the application with the Open call. This patch adresses that issue and includes proper conformance test. It should be noted that the tests works under windows, but not yet under wine, because it has not a working directplay service provider implementation and it's not possible to mix builtin dplayx with native service provider (i'm working on a patch to tha problem too) Use
todo_wine ok(memcmp(&sessionDesc.guidInstance,&zeroGuid,16),"Session guid not initialized"); For tests which are known to fail
On 24/02/07, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
Use
todo_wine ok(memcmp(&sessionDesc.guidInstance,&zeroGuid,16),"Session guid not initialized");
Afaik the proper way is to use IsEqualGUID() rather than memcmp().
participants (2)
-
H. Verbeet -
Stefan Dösinger