From 7e2d522cca5b750f012e8e3c22e55452c9f2d84c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 4 Aug 2011 14:47:01 -0700 Subject: [PATCH] Call the right method --- duplex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplex.c b/duplex.c index aa69235..5998341 100644 --- a/duplex.c +++ b/duplex.c @@ -418,7 +418,7 @@ static HRESULT WINAPI IDirectSoundFullDuplexImpl_Initialize( if(SUCCEEDED(hr)) { This->renderer_device = ptr; - hr = IDirectSound_Initialize(This->renderer_device, pRendererGuid); + hr = IDirectSound8_Initialize(This->renderer_device, pRendererGuid); } if(hr != DS_OK) { -- 2.11.4.GIT