mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
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:
parent
f54b943bca
commit
b4e0277488
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user