Nov. 13, 2025
1:01 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9438#note_121827