Updated dsdmo-new-dll patchset

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48255
This commit is contained in:
Alistair Leslie-Hughes 2019-12-13 20:57:54 +11:00
parent 45d69ec48b
commit 0db8c6ad3c

View File

@ -306,13 +306,13 @@ index 0000000000..6fbc836dcd
+ return IDirectSoundFXFlanger_QueryInterface(&This->IDirectSoundFXFlanger_iface, riid, obj);
+}
+
+static ULONG flanger_mediainplace_AddRef(IMediaObjectInPlace *iface)
+static ULONG WINAPI flanger_mediainplace_AddRef(IMediaObjectInPlace *iface)
+{
+ struct dmo_flangerfx *This = impl_from_IMediaObjectInPlace(iface);
+ return IDirectSoundFXFlanger_AddRef(&This->IDirectSoundFXFlanger_iface);
+}
+
+static ULONG flanger_mediainplace_Release(IMediaObjectInPlace *iface)
+static ULONG WINAPI flanger_mediainplace_Release(IMediaObjectInPlace *iface)
+{
+ struct dmo_flangerfx *This = impl_from_IMediaObjectInPlace(iface);
+ return IDirectSoundFXFlanger_Release(&This->IDirectSoundFXFlanger_iface);