[PATCH 2/4] d3dcompiler/tests: Link to dxguid and uuid.

Zebediah Figura z.figura12 at gmail.com
Tue Feb 18 11:32:02 CST 2020


From: Zebediah Figura <zfigura at codeweavers.com>

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 dlls/d3d10/tests/Makefile.in           | 2 +-
 dlls/d3dcompiler_43/tests/Makefile.in  | 2 +-
 dlls/d3dcompiler_43/tests/reflection.c | 1 -
 dlls/d3dcompiler_47/tests/Makefile.in  | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dlls/d3d10/tests/Makefile.in b/dlls/d3d10/tests/Makefile.in
index e3849ec634b..4f5f97eb959 100644
--- a/dlls/d3d10/tests/Makefile.in
+++ b/dlls/d3d10/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = d3d10.dll
-IMPORTS   = d3d10
+IMPORTS   = d3d10 dxguid uuid
 EXTRADEFS = -DD3D_COMPILER_VERSION=0
 PARENTSRC = ../../d3dcompiler_43/tests
 
diff --git a/dlls/d3dcompiler_43/tests/Makefile.in b/dlls/d3dcompiler_43/tests/Makefile.in
index 51b1f934836..b85681dc863 100644
--- a/dlls/d3dcompiler_43/tests/Makefile.in
+++ b/dlls/d3dcompiler_43/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = d3dcompiler_43.dll
-IMPORTS   = d3d9 user32
+IMPORTS   = d3d9 dxguid user32 uuid
 EXTRADEFS = -DD3D_COMPILER_VERSION=43
 
 C_SRCS = \
diff --git a/dlls/d3dcompiler_43/tests/reflection.c b/dlls/d3dcompiler_43/tests/reflection.c
index aa691ff762a..13a408a5eee 100644
--- a/dlls/d3dcompiler_43/tests/reflection.c
+++ b/dlls/d3dcompiler_43/tests/reflection.c
@@ -23,7 +23,6 @@
  */
 
 #define COBJMACROS
-#include "initguid.h"
 #include "d3dcompiler.h"
 #include "wine/test.h"
 
diff --git a/dlls/d3dcompiler_47/tests/Makefile.in b/dlls/d3dcompiler_47/tests/Makefile.in
index 401ed30b0f1..29ddc112e45 100644
--- a/dlls/d3dcompiler_47/tests/Makefile.in
+++ b/dlls/d3dcompiler_47/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = d3dcompiler_47.dll
-IMPORTS   = d3d9 user32
+IMPORTS   = d3d9 dxguid user32 uuid
 EXTRADEFS = -DD3D_COMPILER_VERSION=47
 PARENTSRC = ../../d3dcompiler_43/tests
 
-- 
2.25.0




More information about the wine-devel mailing list