Huw Davies (@huw) commented about dlls/dsound/tests/dsound.c:
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 */
If it's crashing on 32-bit too, let's just remove the test.