From b4e027748836d7debe90c779acf43f492f349b74 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 3 Mar 2020 10:50:31 +1100 Subject: [PATCH] updated xactengine-initial patchset Include xact_class.h with <> to ensure the local file is found over the one in the xaudio2_7 directory. If one builds xaudio2_7 then one of the xactengine dll, a build occurs because it's included the wrong header. The build appears to work by chance because the xactengine dlls are built before xaudio. --- .../0002-xaudio2-Add-support-for-xactengine3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/xactengine-initial/0002-xaudio2-Add-support-for-xactengine3.patch b/patches/xactengine-initial/0002-xaudio2-Add-support-for-xactengine3.patch index c796c2cf..beb8f79a 100644 --- a/patches/xactengine-initial/0002-xaudio2-Add-support-for-xactengine3.patch +++ b/patches/xactengine-initial/0002-xaudio2-Add-support-for-xactengine3.patch @@ -462,7 +462,7 @@ index 0000000000..07f866606d + +#include "initguid.h" +#include "xact3.h" -+#include "xact_classes.h" ++#include + +#include "rpcproxy.h" +#include "wine/debug.h"