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.
This commit is contained in:
Alistair Leslie-Hughes 2020-03-03 10:50:31 +11:00
parent f54b943bca
commit b4e0277488

View File

@ -462,7 +462,7 @@ index 0000000000..07f866606d
+
+#include "initguid.h"
+#include "xact3.h"
+#include "xact_classes.h"
+#include <xact_classes.h>
+
+#include "rpcproxy.h"
+#include "wine/debug.h"