From: Matteo Bruni mbruni@codeweavers.com
Test was introduced by e28638afccdfda3ee44121405d9097d201b61445, for the fix in 70aeb7e4b0eb8efefd24c26d1c1442ea6c25d082. --- dlls/dsound/tests/dsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dsound/tests/dsound.c b/dlls/dsound/tests/dsound.c index b995d112769..5f9167624c0 100644 --- a/dlls/dsound/tests/dsound.c +++ b/dlls/dsound/tests/dsound.c @@ -1177,7 +1177,7 @@ static HRESULT test_duplicate(LPGUID lpGuid) ok(rc==DS_OK && buf!=NULL, "IDirectSoundBuffer_Lock failed to lock the buffer %08lx\n",rc); if (rc==DS_OK && buf!=NULL) { - if (sizeof(void*)==4) { /* crashes on 64-bit */ + if (0) { /* often crashes on Windows */ /* broken apps like Asuka 120% Return BURNING Fest, pass the pointer to GlobalHandle. */ HGLOBAL hmem = GlobalHandle(buf);