26 Feb
2020
26 Feb
'20
12:43 p.m.
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(a)gmail.com> --- dlls/dsound/buffer.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-)