[PATCH 2/5] quartz/tests: Link to strmiids and uuid.

Zebediah Figura z.figura12 at gmail.com
Mon Apr 1 21:38:22 CDT 2019


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

diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in
index f4c56c14eb..902e57e845 100644
--- a/dlls/quartz/tests/Makefile.in
+++ b/dlls/quartz/tests/Makefile.in
@@ -1,5 +1,5 @@
 TESTDLL   = quartz.dll
-IMPORTS   = oleaut32 ole32 advapi32 user32 msvfw32
+IMPORTS   = advapi32 msvfw32 ole32 oleaut32 strmiids user32 uuid
 
 C_SRCS = \
 	acmwrapper.c \
diff --git a/dlls/quartz/tests/filtermapper.c b/dlls/quartz/tests/filtermapper.c
index 2f82ce0ccf..fc4fa95fa4 100644
--- a/dlls/quartz/tests/filtermapper.c
+++ b/dlls/quartz/tests/filtermapper.c
@@ -22,14 +22,11 @@
 
 #include "wine/test.h"
 #include "winbase.h"
-#include "initguid.h"
 #include "dshow.h"
 #include "winternl.h"
-
+#include "initguid.h"
 #include "wine/fil_data.h"
 
-DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
-
 /* Helper function, checks if filter with given name was enumerated. */
 static BOOL enum_find_filter(const WCHAR *wszFilterName, IEnumMoniker *pEnum)
 {
-- 
2.20.1




More information about the wine-devel mailing list