[PATCH 3/5] amstream/tests: Link to strmiids and uuid.

Zebediah Figura z.figura12 at gmail.com
Thu Aug 29 21:53:30 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/amstream/tests/Makefile.in | 2 +-
 dlls/amstream/tests/amstream.c  | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/amstream/tests/Makefile.in b/dlls/amstream/tests/Makefile.in
index 915ea0f4dd5..9205f904a93 100644
--- a/dlls/amstream/tests/Makefile.in
+++ b/dlls/amstream/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = amstream.dll
-IMPORTS   = quartz ddraw oleaut32 ole32 user32
+IMPORTS   = ddraw ole32 strmiids uuid
 
 C_SRCS = \
 	amstream.c
diff --git a/dlls/amstream/tests/amstream.c b/dlls/amstream/tests/amstream.c
index 02f11bc84af..32e0f52d576 100644
--- a/dlls/amstream/tests/amstream.c
+++ b/dlls/amstream/tests/amstream.c
@@ -21,12 +21,11 @@
 #define COBJMACROS
 
 #include "wine/test.h"
-#include "initguid.h"
 #include "dshow.h"
 #include "amstream.h"
-#include "vfwmsgs.h"
 #include "mmreg.h"
 #include "ks.h"
+#include "initguid.h"
 #include "ksmedia.h"
 
 static const WCHAR primary_video_sink_id[] = {'I','{','A','3','5','F','F','5','6','A',
-- 
2.22.0




More information about the wine-devel mailing list