[PATCH v2] dsound: Make GlobalHandle() for the sound buffer failed.

Akihiro Sagawa sagawa.aki at gmail.com
Wed Feb 26 06:43:03 CST 2020


In v2, remove an unreliable conformance test. It crashes on x64 Windows.

I think GlobalHandle() does the right thing here because it should succeed
if the buffer is allocated by GlobalAlloc(GMEM_FIXED) or HeapAlloc().
Therefore, dsound needs to be fixed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48635
Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/dsound/buffer.c | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0001-dsound-Make-GlobalHandle-for-the-sound-buffer-fai.patch
Type: text/x-patch
Size: 1628 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200226/5c9831d2/attachment.bin>


More information about the wine-devel mailing list