Rebase against 54b8c8c7eaafd19780cb4d91b763fe2f20327f50.

This commit is contained in:
Zebediah Figura
2022-02-07 23:49:59 -06:00
parent 54850aa1ff
commit 773483f7f5
8 changed files with 27 additions and 369 deletions

View File

@@ -1,4 +1,4 @@
From 577f073b38a77cdcd35769cc2c60bd227d0a8314 Mon Sep 17 00:00:00 2001
From 9434e8c7083b21347ce7246c775279323c51c756 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Date: Thu, 1 Oct 2020 18:34:23 +1000
Subject: [PATCH] xactengine3_7/tests: Add Global settings test
@@ -13,11 +13,10 @@ Subject: [PATCH] xactengine3_7/tests: Add Global settings test
create mode 100644 dlls/xactengine3_7/tests/rsrc.rc
diff --git a/dlls/xactengine3_7/tests/Makefile.in b/dlls/xactengine3_7/tests/Makefile.in
index 693c3687728..fbcb357524c 100644
index c32b2562546..0da28c85922 100644
--- a/dlls/xactengine3_7/tests/Makefile.in
+++ b/dlls/xactengine3_7/tests/Makefile.in
@@ -1,6 +1,9 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
@@ -1,5 +1,8 @@
TESTDLL = xactengine3_7.dll
-IMPORTS = ole32
+IMPORTS = ole32 x3daudio1_7
@@ -71,7 +70,7 @@ index 00000000000..2c1961c727a
+/* @makedep: globals.xgs*/
+globals.xgs RCDATA "globals.xgs"
diff --git a/dlls/xactengine3_7/tests/xact3.c b/dlls/xactengine3_7/tests/xact3.c
index 6b04c36a9f0..7840764726e 100644
index 623a1c97db8..aadeba735f5 100644
--- a/dlls/xactengine3_7/tests/xact3.c
+++ b/dlls/xactengine3_7/tests/xact3.c
@@ -90,11 +90,71 @@ static void test_interfaces(void)